Opened 13 years ago
Closed 13 years ago
#8835 closed Bug (fixed)
IE: Editing area looses focus when clicking close to the scrollbar
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
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 (3)
Change History (11)
Changed 13 years ago by
Attachment: | 8835.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → review |
comment:2 Changed 13 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:3 Changed 13 years ago by
Status: | review → review_failed |
---|
Changed 13 years ago by
Attachment: | 8835_2.patch added |
---|
comment:4 Changed 13 years ago by
Status: | review_failed → review |
---|
comment:5 follow-up: 6 Changed 13 years ago by
Status: | review → 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 13 years ago by
Attachment: | 8835_3.patch added |
---|
comment:6 Changed 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|---|
Status: | review_failed → review |
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 13 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7421].
This must be content direction aware to not bring a side effect for rtl page.