Opened 10 years ago

Last modified 10 years ago

#12074 confirmed Bug

Forms plugin: textarea, textfield, button selection impossible with a mouse

Reported by: Matti Järvinen Owned by:
Priority: Normal Milestone:
Component: General Version: 4.3
Keywords: Cc:

Description

Unable to select input and textarea elements for cut and paste with a mouse.

Elementspath plugin shows correct selection (body p input) but ctrl + x doesn't work. Element can be selected with shift & arrow keys if element has text before or after the element.

Reproducible with Firefox 29, latest Chrome (35.0.1916.114 m) and IE 11

<p><input type="text" value="dsfsdf" /></p>

<p><input name="dsffds" type="radio" /></p>

<p><textarea name="sadasd"></textarea></p>

<p><input type="button" value="sdsa" /></p>

With IE 11 if input has some text before it, problem doesn't exist.

<p>Foo <input type="button" value="bar" /></p>

On 4.0 DEV (revision 0) that I found lying on my computer CKEditor problem does not exist on any of the above browsers.

Change History (2)

comment:1 Changed 10 years ago by Matti Järvinen

Version: 4.3

Works with CKEditor 4.2.3 (revision a8bf556) on Chrome, Firefox and IE. Doesn't work after 4.3 (revision d2184ac) or 4.3 beta (Standard) (revision ebf5182)

comment:2 Changed 10 years ago by Jakub Ś

Status: newconfirmed

This problem can be reproduced from CKEditor 4.3 in all browsers.

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