#8729 closed Bug (worksforme)
Editor scrolls to the top when opening the context menu twice in a row
Reported by: | infoland | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | UI : Context Menu | Version: | 3.4.1 |
Keywords: | IE | Cc: |
Description
When opening the context menu in a 'long' document, but not selecting an option and opening the context menu again (with the right mouse button) the editor scrolls to the top while the right mouse button is depressed, and jumps back to the original location after it is released. (Unless the page the editor is in is HTML 4, then it does not jump back to the correct position).
This behaviour can be reproduced on the CKEditor demo with IE9 by copy/pasting the content a few times, scrolling down, right clicking, and the right clicking again.
The cursor position while the right mouse button is down is at the beginning of the document text, and it is possible this is inside a non-editable element. This element can then be edited!
Change History (6)
comment:1 Changed 13 years ago by
Keywords: | Scrolling context menu removed |
---|---|
Status: | new → confirmed |
Version: | 3.6.2 → 3.4.1 |
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
I did a quick test and it seems that patch from #7932 has fixed this issue.
comment:5 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
comment:6 Changed 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|
To reproduce:
Result: In IE9 editor will scroll up and down. Reproducible from CKEditor 3.4.1.
Note: From CKE 3.3.2 to CKE 3.4 editor scrolled only up.