#5778 closed Bug (fixed)
[IE] Unwanted scroll on first mouse right-click
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.1 |
Component: | General | Version: | 3.0 |
Keywords: | IE | Cc: |
Description
Environment
All IE versions
Reproducing Procedures
- Open our online demo page;
- Scroll down the document to bottom without puting focus into the editing document;
- Mouse right-click (contextmenu) at the last paragraph;
- Actual Result: The document is scrolling to top and the context menu is opened at the new position.
- Expected Result: Context menu opens at the clicked location with no document scrolling occurs.
Attachments (2)
Change History (8)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Manual Ticket Test added:
run OR view source.
Changed 15 years ago by
Attachment: | 5778.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | IE added; Confirmed IE? removed |
---|---|
Milestone: | CKEditor 3.4 → CKEditor 3.5 |
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5876].
It's pretty much a browser bug here of IE's behavior on right mouse click:
There's an obviously problem with this is that the first step may cause document scroll and thus the at the second step the document position indicated by the mouse is already changed.
Comparing with other browsers, e.g. Firefox, is actually making the selection at the first step.