RESOLVED FIXED 8300
REGRESSION: First mouse click is randomly ignored when clicking on checkbox and radio buttons
https://bugs.webkit.org/show_bug.cgi?id=8300
Summary REGRESSION: First mouse click is randomly ignored when clicking on checkbox a...
Chris Petersen
Reported 2006-04-10 12:54:33 PDT
I'm noticing a random issue where single-click is ignored for a checkbox (input=checkbox) or radio button (input=radio). When this occurs, clicking the item as second time appears to recognized since the item with become enabled. I have encountered this issue when attempting to do a advanced search. I originally though this might be JS realted but I can reproduce on a plain vanilla test case that doesn't include any JS. Since this is only occuring TOT Webkit it might be related to the native text changes that have occured. I need to download an older TOT Webkit that doesn't include the native input text field change to see if it occurs. Steps to reproduce: 1) With TOT Webkit, open test case "radio_checkbox_test.html" 2) Under Checkbox, click to uncheck "Cat" then "Dog" items 3) Move the cursor over "Cat" checkbox and click to enable it. 4) Notice that it ignores this click. Clicking again should enable it though 5) Under Radio buttons, click on each radio button so that it enables each button at least once. 6) During this task , clicking on a radio button to enable it and won't always recognize this first click.
Attachments
Simple test case that includes input=checkbox and input=radio elements (578 bytes, text/html)
2006-04-10 12:56 PDT, Chris Petersen
no flags
Patch (4.27 KB, patch)
2006-07-07 09:43 PDT, Anders Carlsson
darin: review+
Chris Petersen
Comment 1 2006-04-10 12:56:28 PDT
Created attachment 7622 [details] Simple test case that includes input=checkbox and input=radio elements
Chris Petersen
Comment 2 2006-04-10 13:16:49 PDT
From my testing, this regression started with the March 30th webkit build (r13567)
Chris Petersen
Comment 3 2006-04-10 13:28:56 PDT
This issue has been filed as <rdar://problem/4508721>
Darin Adler
Comment 4 2006-04-25 08:49:02 PDT
I tried and couldn't reproduce this.
mitz
Comment 5 2006-04-25 09:05:37 PDT
Happens to me on Bugzilla occasionally.
Eric Seidel (no email)
Comment 6 2006-04-25 10:48:34 PDT
This reproduces for me in bugzilla.
Anders Carlsson
Comment 7 2006-07-07 09:43:22 PDT
Darin Adler
Comment 8 2006-07-07 10:07:31 PDT
Comment on attachment 9253 [details] Patch r=me
Anders Carlsson
Comment 9 2006-07-07 10:18:22 PDT
Committed in revision 15200.
Note You need to log in before you can comment on or make changes to this bug.