[Webkit-unassigned] [Bug 100932] User can change a disabled select (drop down box)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 19:34:14 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=100932





--- Comment #10 from Kunihiko Sakamoto <ksakamoto at chromium.org>  2012-11-07 19:35:49 PST ---
(From update of attachment 172911)
View in context: https://bugs.webkit.org/attachment.cgi?id=172911&action=review

>> Source/WebCore/html/HTMLSelectElement.cpp:1443
>> +    if (disabled() && (event->type() == eventNames().keydownEvent || event->type() == eventNames().keypressEvent)) {
> 
> if (disabled()) {
> should be enough.

Done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list