WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
55942
blur fired on disabled inputs
https://bugs.webkit.org/show_bug.cgi?id=55942
Summary
blur fired on disabled inputs
Nicolae Racovita
Reported
2011-03-08 07:28:48 PST
Created
attachment 85048
[details]
html page to show the issue What steps will reproduce the problem? 1. create an input type text, add an "onblur" event. 2. set the focus to this input 3. add attribute disabled to it 4. move the focus to another input What is the expected result? the "onblur" function should not be called What happens instead? the "onblur" is called.
Attachments
html page to show the issue
(764 bytes, text/html)
2011-03-08 07:28 PST
,
Nicolae Racovita
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Kent Tamura
Comment 1
2011-06-06 17:03:35 PDT
This WebKit behavior looks consistent and reasonable. Does any standard say we should not fire a blur event for a disabled element?
Kent Tamura
Comment 2
2011-06-06 17:04:03 PDT
http://code.google.com/p/chromium/issues/detail?id=74968
Radar WebKit Bug Importer
Comment 3
2024-02-08 15:44:35 PST
<
rdar://problem/122588363
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug