Opened 12 years ago
Closed 12 years ago
#9366 closed Bug (fixed)
Inline editing: 7th div when we invoke Context menu on image using keyboard it gets overridden by toolbar
Reported by: | Satya Minnekanti | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0.1 |
Component: | General | Version: | 4.0 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open Massive inline editing sample & navigate to 7th div using tab
- Select the image and invoke context menu using Application key.
Expected Result: Context menu opens and shows properly.
Actual Result: Context menu opens but toolbar overrides it and we can't see options in context menu.
Context menu displays properly when we use mouse to invoke Context menu.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by
Milestone: | → CKEditor 4.0.1 |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Masterised git:1547c39
This happens whenever the context menu opens in a position where it should be over the toolbar. For example, if the page is scrolled in a way that the toolbar is close to the bottom of the window. If the context menu opens up to the top, then it'll be under the toolbar.
The z-index of the context menu must be somehow fixed to be higher than the toolbar.