[Webkit-unassigned] [Bug 86557] Allow WebTextFieldDecoratorClient to see applied decorations.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 03:49:02 PDT 2012


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





--- Comment #11 from Kent Tamura <tkent at chromium.org>  2012-05-17 03:48:06 PST ---
(From update of attachment 142294)
View in context: https://bugs.webkit.org/attachment.cgi?id=142294&action=review

>>>>> Source/WebCore/html/shadow/TextFieldDecorationElement.cpp:143
>>>>> +        style->setVisibility(HIDDEN);

I don't remember why I used customStyleForRenderer() exactly. Probably we needed to call updateImage() when <input>'s disabled/readonly state is changed.

If we moved updateImage() to another place, we would be able to use normal style resolution.
 - The width and height should work by specifying "width:1em; height:1em;" in UA stylesheet.
 - HTMLElement::hidden should work well if we use normal style resolution.

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