Bug 131730 - <label for=xx> does not activate radio button when clicked
Summary: <label for=xx> does not activate radio button when clicked
Status: RESOLVED DUPLICATE of bug 59489
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-02 15:09 UTC by Elan Ruusamäe
Modified: 2006-08-02 15:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elan Ruusamäe 2006-08-02 15:09:30 UTC
Version:           3.5.4 (using KDE 3.5.4, PLD Linux Distribution)
Compiler:          gcc version 3.3.6 (PLD Linux)
OS:                Linux (i686) release 2.6.16.20-1

<form>
<input id="notification_internal" type="radio" name="notification_list" checked value="internal">
<label for="notification_internal">Internal Users</label><br />
<input id="notification_all" type="radio" name="notification_list" value="all">
<label for="notification_all">All</label>
</form>

in this html cannot change selection by clicking 'All' or 'Internal Users'
Comment 1 Allan Sandfeld 2006-08-02 15:16:10 UTC
Regression in 3.5.4, fixed in SVN

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