[Webkit-unassigned] [Bug 146950] New: Choosing from a select element within a <label> field causes checkbox to be checked
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 14 16:55:04 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146950
Bug ID: 146950
Summary: Choosing from a select element within a <label> field
causes checkbox to be checked
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Macintosh Intel
OS: Mac OS X 10.10
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
Assignee: webkit-unassigned at lists.webkit.org
Reporter: greg at smilesoftware.com
Created attachment 256810
--> https://bugs.webkit.org/attachment.cgi?id=256810&action=review
HTML which demonstrates this WebKit / label element bug
To reproduce, open the attached webkit_label_bug.html file in the Safari nightly build (r186801).
Select from the popup. Note the checkbox state. Repeat 2-3 times.
Expected Behavior:
Selecting from popup has no impact on checkbox.
Actual Behavior:
Selecting from popup toggles the checkbox.
Here's the HTML in case there's any issue with the attachment:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form action="#">
<label><input type="checkbox" name="Checkbox" id="3" />Popup <select name="popup_3"><option selected="selected">One</option><option>Two</option><option>Three</option><option>Four</option><option>Five</option></select></label>
</form>
</body>
</html>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150714/83a07623/attachment.html>
More information about the webkit-unassigned
mailing list