[Webkit-unassigned] [Bug 58837] Fieldset disabled attribute does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 16:36:30 PDT 2011


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





--- Comment #21 from Naoki Takano <takano.naoki at gmail.com>  2011-04-29 16:36:30 PST ---
> Ok, I want to make sure. If I try to implement how you suggested here, I will make the new function "setParentDisabled(bool)" in HTMLFormControlElement and triggers setNeedsStyleRecalc() inside. Also when fieldset disable flag is changed, then child setParentDisabled() fucntions are called. Is this correct?
After thinking again, I suppose we don't have to call setNeedsStyleRecalc(), because, as tkent already mentioned, 
"HTMLFieldSetElement inherited HTMLFormControlElement, and HTMLFormControlElement::parseMappedAttribute() already had setNeedsStyleRecalc()."

So whenever HTMLFieldSetElement::setDisabled() is called, setNeedsStyleRecalc() is also correctly called, already.

Or do you mean other stuff?

Thanks,

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