RESOLVED WONTFIX 85877
[EFL][DRT] Intrusive Theming overrides collide with style-related LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=85877
Summary [EFL][DRT] Intrusive Theming overrides collide with style-related LayoutTests
Dominik Röttsches (drott)
Reported 2012-05-08 02:50:07 PDT
RenderThemeEfl.cpp aggresively overrides style on certain elements in the ::adjust* methods, for example: ::adjustTextFieldStyle() overrides: adjustSizeConstraints(style, TextField); style->resetBorder(); style->setWhiteSpace(PRE); style->setColor(m_entryTextForegroundColor); style->setBackgroundColor(m_entryTextBackgroundColor); This causes bug 85497, bug 85603, bug 85484. I think we should less aggressively override the styles with theming here and make these cases pass instead. Feedback welcome.
Attachments
Gustavo Sverzut Barbieri
Comment 1 2012-07-31 07:17:13 PDT
Totally agreed. When we first wrote RenderThemeEfl.cpp we based it on Gtk and Qt, not really something we desired to have, very likely similar to what was in these other ports at the time.
KwangYong Choi
Comment 2 2012-08-23 17:19:27 PDT
For the information, fast/forms/menulist-narrow-width.html fast/forms/select-baseline.html fast/forms/menulist-style-color.html fast/forms/select-style.html These tests seem to have similar style error.
Michael Catanzaro
Comment 3 2017-03-11 10:38:49 PST
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.
Note You need to log in before you can comment on or make changes to this bug.