[Webkit-unassigned] [Bug 25287] HTMLStyleElement.disabled doesn't work (affects jQuery)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 9 02:03:58 PST 2011


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





--- Comment #16 from Alexey Proskuryakov <ap at webkit.org>  2011-01-09 02:03:57 PST ---
Hmm, please compare this to HTMLLinkElement.disabled implementation. It uses [Reflect], and HTMLLinkElement::parseMappedAttribute() calls setDisabledState() when the value changes - but it's also broken per bug 26673.

In particular, HTMLLinkElement.setDisabledState() is a much more complex function than we have here.

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