Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 8418 by petraszd: Clicking on <label> fires <input> onFocus event
twice
http://code.google.com/p/chromium/issues/detail?id=8418
Chrome Version : 1.0.154.48
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Firefox 3: OK
IE 7: OK
Opera 9: OK
What steps will reproduce the problem?
1. In HTML code we have something like this
<label for="input-id">Foo</label>
<input name="bar" type="text" id="input-id" />
2. User clicks label
3. User clicks input
What is the expected result?
Clicking on label and on input must fire onFocus event only once.
What happens instead?
When user clicks on label onFocus event are fired twice (incorrect). When
user press on intput - onFocus is called only once (correct).
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---