[Webkit-unassigned] [Bug 234800] New: Text-decoration color not changing back after input blur with outline removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 2 11:50:56 PST 2022


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

            Bug ID: 234800
           Summary: Text-decoration color not changing back after input
                    blur with outline removed
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hi at kognise.dev

Created attachment 448180

  --> https://bugs.webkit.org/attachment.cgi?id=448180&action=review

Minimum reproducible example of the issue

On a page with multiple input elements that have colored text-decoration, and the color changes on focus:
- The text-decoration color doesn't change back to the non-focused style when blurring one input and focusing another, leading to a "stuck" effect.
- This issue only occurs when `outline: none;` is specified in the input styles.

Steps to reproduce:
- Download and open reduction.html (attached)
- Tap/click on one input
- Tap/click on a different input

Observe how the first-focused input keeps the red underline, despite the focus shifting away. The expected result is for only one input to ever have a red underline, as the CSS specifies.

-- 
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/20220102/c6236068/attachment-0001.htm>


More information about the webkit-unassigned mailing list