Bug 131730

Summary: <label for=xx> does not activate radio button when clicked
Product: [Applications] konqueror Reporter: Elan Ruusamäe <glen>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***