Opened 15 years ago
Closed 14 years ago
#5280 closed Bug (fixed)
Vertical scroll bounces up when clicking in-between the vertical scroll bar and the bottom arrow
Reported by: | markuspaek | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | 3.2 |
Keywords: | IE | Cc: | philip_andrew@… |
Description (last modified by )
XP + IE6
It happens at http://ckeditor.com/demo
When I click in-between the vertical scroll bar and the bottom arrow, the page scrolls down but bounces back. The same goes when I click in-between the vertical scroll bar and the top arrow.
Additional reproduction scenario moved from #5581:
In ie7, I go to http://ckeditor.com/demo Click on the word Red in little red riding hood, just put the cursor somewhere there by clicking on the text. Use the scrollbar to scroll down (down button on scrollbar, not the scrollbar itself, use down button). Cannot scroll down, the focus jumps back to the cursor at the top of the page, so the whole page jumps back upwards. This is a serious problem for my customer as they can only use IE7.
Attachments (1)
Change History (16)
comment:1 Changed 14 years ago by
Keywords: | Confirmed IE added |
---|---|
Milestone: | → CKEditor 3.4 |
comment:2 Changed 14 years ago by
#5581 has been marked as DUP. It provides a different way to reproduce it.
comment:4 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Supposed to be fixed by #5735.
comment:5 Changed 14 years ago by
Cc: | philip_andrew@… added |
---|
comment:6 Changed 14 years ago by
Description: | modified (diff) |
---|
Quoting philip_andrew from #5581:
I found I can fix this bug by commenting out the following code in plugin.js in /plugins/selection/plugin.js
// IE before version 8 will leave cursor blinking inside the document after // editor blurred unless we clean up the selection. (#4716) if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) { doc.getWindow().on( 'blur', function( evt ) { editor.document.$.selection.empty(); }); }
comment:7 Changed 14 years ago by
I fixed the bug by deleting the above code AFTER applying garry.yaos patch. I mean, it needed the patch as well.
comment:8 Changed 14 years ago by
Owner: | changed from Garry Yao to Frederico Caldeira Knabben |
---|
comment:10 Changed 14 years ago by
I have fixed this bug in my FCKEditor, as my customer is in-company and must use IE7, its easy to fix this bug, please do so - so that I can use future versions of FCKEditor and not be stuck with my bug fixed one.
The customer cannot upgrade IE as they are inside company. If you need any help, then contact me at philip(underscore)andrew at hotmail thanks
comment:11 follow-up: 12 Changed 14 years ago by
comment:12 Changed 14 years ago by
Changed 14 years ago by
Attachment: | 5280.patch added |
---|
comment:13 Changed 14 years ago by
Status: | assigned → review |
---|
comment:14 Changed 14 years ago by
Keywords: | Confirmed removed |
---|---|
Status: | review → review_passed |
Please add the ID of this ticket to the comment for refrence.
comment:15 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5760].
Confirmed with IE8.