Opened 8 years ago
Last modified 8 years ago
#16444 confirmed Bug
Inline Editor Not fully destroyed with .destroy() method
Reported by: | vleango | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.6.1 |
Keywords: | Cc: |
Description
Steps to reproduce
- visit http://sdk.ckeditor.com/samples/inline.html
- View the div with id="introduction" (notice there isn't any styles)
- Click "Start editing" button
- Click "Finish editing" button
- View the div with id="introduction" (notice style="position: relative" is present)
Expected result
The div with id="introduction" should not have any styles added
Actual result
The div with id="introduction" has "position: relative" added
Other details (browser, OS, CKEditor version, installed plugins)
Chrome v.53.0.2785.143 (64bit) OSX El Capitan