WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
183179
CSS ::selection:window-inactive stroke-color and stroke-width are not applied to selected text in SVG
https://bugs.webkit.org/show_bug.cgi?id=183179
Summary
CSS ::selection:window-inactive stroke-color and stroke-width are not applied...
Daniel Bates
Reported
2018-02-27 14:20:57 PST
Similar to the issue in
bug #183178
, we need to teach the SVGInlineTextBox::paint() to query RenderElement::selectionPseudoStyle() for styles of the ::selection pseudo element so that ::selection:window-inactive { ... } are applied to selected text when the page becomes deactivated. For completeness, SVGInlineTextBox::paint() calls RenderElement::getCachedPseudoStyle() at <
http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/svg/SVGInlineTextBox.cpp?rev=229031#L268
>. But these styles never change when the page becomes deactivated.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug