[webkit-reviews] review granted: [Bug 223946] Do not paint native decorations for search fields without "-webkit-appearance: searchfield" : [Attachment 424971] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 06:37:17 PDT 2021


Antti Koivisto <koivisto at iki.fi> has granted Aditya Keerthi
<akeerthi at apple.com>'s request for review:
Bug 223946: Do not paint native decorations for search fields without
"-webkit-appearance: searchfield"
https://bugs.webkit.org/show_bug.cgi?id=223946

Attachment 424971: Patch

https://bugs.webkit.org/attachment.cgi?id=424971&action=review




--- Comment #15 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 424971
  --> https://bugs.webkit.org/attachment.cgi?id=424971
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=424971&action=review

> Source/WebCore/html/shadow/TextControlInnerElements.cpp:249
> +	   SetForScope<bool>
canAdjustStyleForAppearance(m_canAdjustStyleForAppearance, false);

Bit of a hack but ok.


More information about the webkit-reviews mailing list