Opened 12 years ago
Last modified 11 years ago
#9400 confirmed Task
Magicline out of the editable
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description (last modified by )
Since magicline is injected into editable in brings a lot of problems, especially in old IEs:
- content flickering
- unexpected scrollbars
- problems with copying
- and so on...
The idea is to keep magicline outside of the editor in a top-level document, pretty much the same way like dialogs and panels. The problem might be the CSS interaction with existing styles, which needs to be considered.
Related issues
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | CKEditor 4.0 |
---|
comment:3 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:4 Changed 11 years ago by
The solution of this problem is Lineutils plugin introduced in #10933.
comment:5 Changed 11 years ago by
Description: | modified (diff) |
---|
Created branch t/9400 with a magicline in the top-level document. It hasn't been checked under IE7 yet.
This change brings a speed boost of about ~10% (especially in Firefox) and bypasses all editable-related issues.
Things to consider:
<style>
tag) must be injected into a top-level document. Isn't it too much?