Opened 16 years ago
Last modified 15 years ago
#3507 confirmed Bug
Context menu always opens next to mouse cursor — at Initial Version
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description
Context menu always opens next to mouse cursor, even after being triggered by key press. This is accessibility issue in my opinion, because mouse can be anywhere withing the browser's viewport.
I see following options:
- Distinguish between key press and mouse click. Probably impossible, but i'm not 100% sure.
- Simply check if mouse is inside editor's viewport and then if yes - open menu next to cursor; if not - open it next to the carret.
- Always open context menu next to the carret.