Opened 11 years ago

Closed 11 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:

  1. Open Massive inline editing sample & navigate to 7th div using tab
  1. 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)

Screen Shot 2012-11-08 at 16.34.25.png (74.6 KB) - added by Frederico Caldeira Knabben 11 years ago.
Issue screenshot.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 11 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 4.0.1
Status: newconfirmed

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.

Changed 11 years ago by Frederico Caldeira Knabben

Issue screenshot.

comment:2 Changed 11 years ago by Piotrek Koszuliński

Owner: set to Piotrek Koszuliński
Status: confirmedassigned

comment:3 Changed 11 years ago by Piotrek Koszuliński

Status: assignedreview

Opened git:4e84576 for review.

comment:4 Changed 11 years ago by Olek Nowodziński

Status: reviewreview_passed

comment:5 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: review_passedclosed

Masterised git:1547c39

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy