Opened 8 years ago

Closed 8 years ago

#14820 closed Bug (expired)

jQuery load ckeditor, the second time toolbar was disabled and content windows invisible

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

Description

I have 2 different ckeditor loaded async with jquery load in overlay popup. First time I open each popup ckeditor runs correctly. From the second time the first one (higher) shows only the toolbar and with all buttons disabled

Url: http://www.demosixor.it/ginko/it/deal/cerco-offro-lavoro/cercasi-freno

Steps to reproduce

  1. Click on "Invia ad un amico" link (first link under the price)
  2. Close popup (by click on overlay mask)
  3. Click again on same link

The strange thing is that if you do the same procedure with button "Rispondi all'annuncio" it works fine

Expected result

Every time users open a popup, ckeditor works fine

Actual result

From the second time users open the "first-link popup" ckeditor is disabled

Other details (browser, OS, CKEditor version, installed plugins)

I just tried solutions I found in stackoverflow with no luck. I tried remove, destroy, delete but nothing make it work

Client

  • Windows 10
  • Chrome 52.0.2743116 m AND FireFox 47.0
  • CKEditor 4.5.6 basic from CDN

Attachments (2)

Cercasi freno.jpg (194.1 KB) - added by ronkpunk 8 years ago.
Page with signs on buttons to click
first-popup.jpg (136.3 KB) - added by ronkpunk 8 years ago.
First popup with CKEditor issue

Download all attachments as: .zip

Change History (4)

Changed 8 years ago by ronkpunk

Attachment: Cercasi freno.jpg added

Page with signs on buttons to click

Changed 8 years ago by ronkpunk

Attachment: first-popup.jpg added

First popup with CKEditor issue

comment:1 Changed 8 years ago by Jakub Ś

Status: newpending
Version: 4.5.6

If you check dev-tools console, you will see there is error being thrown in the editor. I cannot however say if this is editor issue or there is implementation problem in your application.

Please provide reduced HTML file which I could put into samples folder of default CKEditor full package, run it and see the issue. If you are unable to prepare such sample and see the problem only in your application then it is very possible that this is implementation issue.

Please also tell me what happens when button is pressed (editor instance is created) and what happens when you click away to hide the dialog (does editor gets destroyed with destroy method or only hidden with the dialog)?

comment:2 Changed 8 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