Opened 13 years ago
Last modified 13 years ago
#8518 confirmed Bug
Text around editor highlights during resize event
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.3 |
Keywords: | HasPatch | Cc: |
Description
Bug reported by @mrfr0g
We've determined that during the resize event on the editor, the text around the editor is allowed to be selected. In some cases, this would cause large blocks of text to be selected and appear as gray or blue (depending on focus).
- Configure CKEDITOR to only allow vertical resizing
config.resize_dir = 'vertical';
- Create an editor with a paragraph of text below it.
- Resize the editor vertically, then move your mouse horizontally.
The text below the editor should be selected.
Thes can get selected in IE9, Chromw and Safari. This has been reproducible from CKEditor 3.4.3
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
Changed 13 years ago by
Attachment: | plugin.patch added |
---|
comment:2 Changed 13 years ago by
Keywords: | HasPatch added |
---|
@mrfr0g has also provided a patch for the bug.