[Webkit-unassigned] [Bug 228160] REGRESSION(r279987): [GTK][WPE] It caused 2 new test failures
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 22 03:38:38 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228160
--- Comment #7 from Alexander Mikhaylenko <alexm at gnome.org> ---
Found the reason for the rounding. https://bugs.webkit.org/show_bug.cgi?id=173572 calls adjustTextFieldStyle() even if the element is styled:
```
+ case TextFieldPart:
+ adjustTextFieldStyle(styleResolver, style, element);
+ FALLTHROUGH;
```
I wonder if that's still relevant or if it was only relevant before for RenderThemeGtk? Because then we could remove that for an easy fix.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210722/118b0e02/attachment-0001.htm>
More information about the webkit-unassigned
mailing list