Opened 16 years ago
Closed 15 years ago
#3528 closed Bug (fixed)
CKEditor : Context Menu issue
Reported by: | Senthil | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | |
Keywords: | Oracle Confirmed Review+ | Cc: | Senthil |
Description
Shift + F10 -> Opens the Context menu, outside the RTE editing area(Sometimes it opens the File menu from the browser main menu)
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
comment:2 Changed 15 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
Keywords: | Review? Confirmed added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
viewport(0,0) is not the standard context menu behavior there, checking the browser context menu of the textarea will show it's at textarea(0,0), so I think Tobias's alignment is a better choice for this.
comment:5 Changed 15 years ago by
But please fix patch path issue as well as the changelog position.
Changed 15 years ago by
Attachment: | 3528.patch added |
---|
Having it at the top left corner of the browser viewport is not a big issue, as it simply reproduces the normal context menu behavior. The only problem is that it's getting opened at the 0,0 coordinates, so it may not be visible if the page is scrolled down.
The context menu key is the preferred way to open it though, leaving SHIFT+F10 to those without that key. As this action is usually related to accessibility for visually impaired users, it's not a big issue to not have it visible in this specific case, as it still works.