Opened 8 years ago
Closed 8 years ago
#16784 closed Bug (worksforme)
Apply inline ckeditor using sharedspace on div inside iframe
Reported by: | Asmi Mehta | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3.4 |
Keywords: | Cc: |
Description
Steps to reproduce
- apply ckeditor on iframe element.
- Right click on specified div
- Here you can find default toolbar
Expected result
http://i.prntscr.com/59b1990a15e748658ef64e43f3686f02.png. I want a signle toolbar in shared space. where I click to the ediatable zone it should be populated with its id
Actual result
But it is showing like this. http://i.prntscr.com/5d2a8dc4218248e09439a5a049d20b87.png
The one toolbar in shared space with formatting i have applied and one toolbar at the editable portion with default editor.
Other details (browser, OS, CKEditor version, installed plugins)
When I tried to debug using console by writing CKEDITOR.instances, then also it returns single instance. Please reply as soon as possible. its urgent.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This is my code sample.
var instance = $('.editable').attr('id');