Opened 12 years ago

Last modified 12 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).

  1. Configure CKEDITOR to only allow vertical resizing

config.resize_dir = 'vertical';

  1. Create an editor with a paragraph of text below it.
  2. 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)

plugin.patch (373 bytes) - added by Jakub Ś 12 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed

Changed 12 years ago by Jakub Ś

Attachment: plugin.patch added

comment:2 Changed 12 years ago by Jakub Ś

Keywords: HasPatch added

@mrfr0g has also provided a patch for the bug.

comment:3 Changed 12 years ago by Jakub Ś

#8633 was marked as duplicate.

TC from #8633 :
To reproduce:
Visit creditor.com/demo
Resize to make the editing area larger
Resize to make the editing area smaller but move the mouse pointer above the editor with the mouse button still held down

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy