Opened 12 years ago

Last modified 12 years ago

#8999 confirmed Bug

Cannot edit label elements

Reported by: Ollea Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Firefox Webkit Cc:

Description

When I click on a "label" element the field that the label is defined for ("for" attribute) get focused so I cannot modify the label.

Affected : Firefox 12.0 on Linux, Chromium 18 on Linux, Safari 5.1.7 on Windows Works on : Internet Explorer 9 on Windows, Opera 11.62 on Windows.

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: Firefox Webkit added; label removed
Status: newconfirmed
Version: 3.6.33.0
  1. Paste the below code into editor:
    <p>
    <label for="abc">Abc</label><input id="abc" maxlength="20" name="abc" size="20" type="text" value="test" /></p>
    
  2. Click on a label to put cursor in it.

Result: Focus jumps to input filed.

This has been reproducible in Webkit and Firefox (not only on Linux) from CKEditor 3.0.

NOTES:

  1. In Webkit you can get to the label using arrows. For the above TC just click behind input filed and go to the label using arrows - you will be able even to modify it
  2. In Firefox it is not possible to get to label. Even if you click before label you won't be able to "enter" it using arrows.
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