Range and number inputs should reject increment and decrement by keyboard or mouse wheel if they are disabled or read-only
Created attachment 80150 [details] Patch
Comment on attachment 80150 [details] Patch ok. Is this the typical way we handle disabled and readOnly for elements?
(In reply to comment #2) > ok. Is this the typical way we handle disabled and readOnly for elements? I think we have no other way. e.g. We can't skip all of key event handling in HTMLInputElement.cpp because we'd like to handle ⌘-C or Ctrl-c even if the element is disabled or read-only.
Comment on attachment 80150 [details] Patch Clearing flags on attachment: 80150 Committed r76662: <http://trac.webkit.org/changeset/76662>
All reviewed patches have been landed. Closing bug.
http://trac.webkit.org/changeset/76662 might have broken Leopard Intel Release (Tests)