[Webkit-unassigned] [Bug 54820] REGRESSION: Knob of a disabled range control is draggable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 24 18:36:30 PDT 2011


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


Shinya Kawanaka <shinyak at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shinyak at google.com




--- Comment #9 from Shinya Kawanaka <shinyak at google.com>  2011-07-24 18:36:29 PST ---
(In reply to comment #8)
> > Can anything be done to make mistakes like this less likely to occur elsewhere? It doesn't seem like it should be the job of every element that may end up being in a shadow tree to check if the host is disabled.
> 
> This question still stands.
> 
> Also, what is the reason to add the checks in two places?

They were necessary to make the slider work correctly on Mac. Just adding the code in RangeThumbSlider cannot disable the slider correctly on Mac, the other platform can though.

However, it is true that this patch does not answer the question. So I try to add some code in HTMLInputElement to disable shadow elements in all input type.

-- 
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