Opened 15 years ago
Closed 13 years ago
#5186 closed Bug (fixed)
IE7 - setting a width results in editor jumping to top of screen on click
Reported by: | Daniel Rendall | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.1 |
Keywords: | Cc: |
Description
1) Put attached file 'jumpingDemo.html' in the _samples directory.
2) View in IE7 (or IE8, then use developer tools to switch to Browser Mode: IE7, Document Mode: IE7 Standards)
3) Scroll down so the first editor is in the middle of the screen somewhere. This editor has {width: "100%"} in the CKEDITOR.replace() call.
4) Click in the first editor below the line of text. It should jump to the top of the screen.
5) Scroll down to the second editor (this is inside a p with style="width: 100%") and click in it; you should get the same jumping behaviour.
6) Scroll down to the third editor and click in it - it should stay where it is. This has no width settings.
7) If you switch to IE7 in Quirks mode, you don't get the jumping. Also, it is fine in IE6, IE8 and Firefox.
This is an issue because if there are several small CKEditor instances on screen at once, having the 'clicked' editor jump to the top of the screen is confusing.
This has been verified with the nightly build 5155.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | jumpingDemo.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
No longer reproducible.