Bug 12741 - <label> elements are not clickable
Summary: <label> elements are not clickable
Status: RESOLVED DUPLICATE of bug 3244
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 418.x
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 06:05 PST by Mark Christian
Modified: 2007-02-12 06:30 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Christian 2007-02-12 06:05:12 PST
In many browsers, clicking the contents of a <label> element activates the form element that label is associated with. This makes it easy to create friendly radio and checkboxes. WebKit does not follow this practice, and Javascript workarounds must be employed in order to get the same effect. Adding this feature to WebKit would simplify development of certain pages and bring WebKit more in line with other rendering engines.
Comment 1 mitz 2007-02-12 06:30:16 PST
This bug has been fixed already. You can download a WebKit nightly build from <http://nightly.webkit.org/> and see clickable label elements in action :-)

*** This bug has been marked as a duplicate of 3244 ***