Opened 12 years ago
Closed 12 years ago
#10075 closed Bug (duplicate)
CKEditor 4 Inline editing - Toolbar appears in the wrong place when you drag the editing object
Reported by: | Roy Shoa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi The Toolbar appears in the wrong place when you drag the editing object.
Descriptive summary I am using jQuery draggable and CKEditor 4.0.1 on inline editing mode. The object that i edit with the editor is also dragable object so when the user click on it he edit it and when dragging it you can move it.
When the clicking on the object to edit it in the first time the toolbar is appear on the right place but if we dragging the object around and then click on it again to edit it sometimes the toolbar placing on the edited object instead of up to it.
Note! If i am destroying the CKEditor instance and create a new instance any time the user is starting to edit the the toolbar is all the time appear in the right place.
Its looks like the toolbar position is depended on the object position at the first time we create a CKEditor instance.
Steps to reproduce
- Click on the object to edit it.
- Drag the object around.
- Click on the object to edit it again.
Sometimes the toolbar placing on the edited object instead of up to it.
Browser name and OS
- Any browser (i am using Chrome).
- Windows 7.
JSFiddle example: http://jsfiddle.net/royshoa/VuwJC/
Attachments (1)
Change History (2)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Keywords: | CKEditor 4 Toolbar Draggable removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 4.0.1 |
This is a dup of #9816.
Toolbar positions horizontally correctly but not vertically.
Screenshot