#8393 closed Bug (fixed)
ie with large content - after scrolling to the bottom of the content and clicking inside editor, jumps back to top of content
Reported by: | michele | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | Core : Selection | Version: | 3.0 |
Keywords: | IE IBM HasPatch | Cc: | satya_minnekanti@…, michael@…, mattleff@…, ruud_vossen@… |
Description
This is related to the following forum issue: http://cksource.com/forums/viewtopic.php?f=11&t=16840&hilit=ie7+scroll
I am still seeing the issue in the nightly build when using IE7: http://nightly.ckeditor.com/7288/_samples/replacebyclass.html
- in the editor, go to source mode and paste a large amount of html text (see attached the sample file).
- then go back to wysiwyg mode, and click inside the editor at the very beginning of the text
- scroll all the way down to the bottom, locate the bottom arrow of the scroll, and click in the editor area directly to the left of it (it will be a pointer cursor instead of the text cursor).
- see that it jumps back to the top of the editor.
Attachments (3)
Change History (24)
Changed 14 years ago by
Attachment: | html for ie7 scroll issue.txt added |
---|
comment:1 Changed 14 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Summary: | ie7 with large content - after scrolling to the bottom of the content and clicking inside editor, jumps back to top of content → ie with large content - after scrolling to the bottom of the content and clicking inside editor, jumps back to top of content |
Version: | 3.6 → 3.0 |
comment:2 Changed 14 years ago by
This issue was also reported here: http://cksource.com/forums/viewtopic.php?f=11&t=20780
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
I can confirm this in Google Chrome 17 (and, AFAIR, all older versions) as well. In Firefox, I'm pretty sure this happened as well, but doesn't happen in FF8 anymore (at least now when I'm testing).
From my experience, clicking anywhere makes it jump to top of the viewport, but, what's more interesting, the caret remains where you clicked. It always happens when the editor didn't have focus before the click, and never happens if it did.
Seems extremely annoying.
comment:5 Changed 13 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:6 Changed 13 years ago by
Cc: | michael@… added |
---|
This is an issue for me as well, using Firefox 8.0 with the CKEditor 3.6.2.
Changed 13 years ago by
Attachment: | 8393.patch added |
---|
comment:8 Changed 13 years ago by
comment:9 Changed 13 years ago by
Component: | General → Core : Selection |
---|---|
Milestone: | → CKEditor 3.6.3 |
Owner: | set to Garry Yao |
Status: | confirmed → review |
comment:10 Changed 13 years ago by
I'm willing to test this in FF, but I can't get the patch to apply. Are there any prerequisites for 8393.patch?
comment:11 Changed 13 years ago by
Cc: | mattleff@… added |
---|
I can reproduce the issue in Chrome 16 and FF7.
comment:12 Changed 13 years ago by
Cc: | ruud_vossen@… added |
---|
comment:15 Changed 13 years ago by
comment:16 Changed 13 years ago by
Keywords: | HasPatch added |
---|
comment:17 Changed 13 years ago by
Status: | review → assigned |
---|
This ticket is supposed to be fixed by #7932.
comment:18 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:19 follow-up: 21 Changed 13 years ago by
It's not properly fixed. In IE7 when we click the mouse to the left of scrollbar, while the pointer is still the default arrow and not the I-Beam, focus goes out of editor body and we can't type in to editor. I have attached a screenshot to help identify the area.
Please re-open this ticket.
Changed 13 years ago by
comment:20 Changed 13 years ago by
Considering the region u pointed to is related to the CSS margin for the body element, and can be safely controlled by your app's content style, e.g. with a smaller margin for the body element in content.css, otherwise it will be difficult for us to workaround this issue with the fix here. Can u check this as an option for you?
comment:21 Changed 13 years ago by
Replying to satya:
It's not properly fixed. In IE7 when we click the mouse to the left of scrollbar, while the pointer is still the default arrow and not the I-Beam, focus goes out of editor body and we can't type in to editor. I have attached a screenshot to help identify the area.
Please re-open this ticket.
Due to the difference on the TC, I've opened #8835 for it.
To reproduce:
^Samples of HTML codes
)Results:
IE6 and IE7
Till 3.0.1 - editor jumps up and focus in content area is lost
From 3.0.2 - editor jumps up and cursor is blinking at the top of content area.
IE8 and IE9
Till 3.3.1 - editor jumps up and cursor is blinking at the top of content area.
From 3.3.2 - editor jumps first up and than down to the place where mouse was clicked. Note that in IE9 it works very very slow, you have to wait good couple of seconds to se the issue (at least with the provided sample).