Opened 11 years ago

Closed 11 years ago

#10205 closed Bug (expired)

CKEditor dialog buttons can't be clicked if opened from modal dialog

Reported by: vali Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I'm using CKEditor with Vaadin 7 and I open the editor in a new dialog. Everything works fine. When I'm opening a dialog of CKEditor (lets say the table create dialog) nothing is editable. Also the dialog can not be closed, nor moved.

In fact, in the situation above, you get completely stucked..

Change History (2)

comment:1 Changed 11 years ago by Jakub Ś

Status: newpending
Version: 4.0.2
  1. Is there any chance for sample access to your application so that we could see problem on our own?
  2. Are you getting any JavaScript errors in Firebug or Chrome console or HTTP (like 500 or 404) errors in Net tab?
  3. Perhaps this is z-index issue - have you tried setting http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-baseFloatZIndex
  4. Perhaps editor opened in dialog (modal dialog) opens also pane that doesn’t allow to click anything else including CKEditor dialogs? Could you perhaps check this?

I'm waiting for your comments.

comment:2 Changed 11 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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