Ticket #8835 (closed Bug: fixed)
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:
- Have enough contents to show the scrollbar in the editing area.
- See the caret blinking in the editing area.
- Move the mouse inside the editing area, close enough to the scrollbar. See that the mouse changes to arrow.
- Click on that space.
The caret will disappear (no editing focus). If you type, nothing happens.
Attachments
Change History
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.
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.
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.
Note: See
TracTickets for help on using
tickets.
