Ticket #8518 (confirmed Bug)
Text around editor highlights during resize event
| Reported by: | j.swiderski | 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
Change History
Note: See
TracTickets for help on using
tickets.
