Ticket #8835 (closed Bug: fixed)

Opened 14 months ago

Last modified 14 months ago

IE: Editing area looses focus when clicking close to the scrollbar

Reported by: fredck Owned by: fredck
Priority: Normal Milestone: CKEditor 3.6.3
Component: General Version:
Keywords: IE Cc: satya_minnekanti@…

Description

With IE<8, IE8+Compat and IE9+Compat:

  1. Have enough contents to show the scrollbar in the editing area.
  2. See the caret blinking in the editing area.
  3. Move the mouse inside the editing area, close enough to the scrollbar. See that the mouse changes to arrow.
  4. Click on that space.

The caret will disappear (no editing focus). If you type, nothing happens.

Attachments

8835.patch (745 bytes) - added by fredck 14 months ago.
8835_2.patch (808 bytes) - added by fredck 14 months ago.
8835_3.patch (793 bytes) - added by fredck 14 months ago.

Change History

Changed 14 months ago by fredck

comment:1 Changed 14 months ago by fredck

  • Owner set to fredck
  • Status changed from new to review

comment:2 Changed 14 months ago by satya

  • Cc satya_minnekanti@… added

comment:3 Changed 14 months ago by garry.yao

  • Status changed from review to review_failed

This must be content direction aware to not bring a side effect for rtl page.

Changed 14 months ago by fredck

comment:4 Changed 14 months ago by fredck

  • Status changed from review_failed to review

comment:5 follow-up: ↓ 6 Changed 14 months ago by garry.yao

  • Status changed from review to review_failed

The patch is not well tested, there's an js error, and when content is rtl, the right margin is still not visible.

Changed 14 months ago by fredck

comment:6 in reply to: ↑ 5 Changed 14 months ago by fredck

  • Status changed from review_failed to review
  • Milestone set to CKEditor 3.6.3

Replying to garry.yao:

when content is rtl, the right margin is still not visible.

There is a bug on IE where it sets the right margin as well when you have margin-left only.

At this point, better to have this fix for ltr only.

comment:7 Changed 14 months ago by garry.yao

  • Status changed from review to review_passed

comment:8 Changed 14 months ago by fredck

  • Status changed from review_passed to closed
  • Resolution set to fixed

Fixed with [7421].

Note: See TracTickets for help on using tickets.
© 2003 – 2012 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy