<html>
<head>
<base href="https://bugs.webkit.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Text-decoration color not changing back after input blur with outline removed"
href="https://bugs.webkit.org/show_bug.cgi?id=234800">234800</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Text-decoration color not changing back after input blur with outline removed
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>hi@kognise.dev
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=448180" name="attach_448180" title="Minimum reproducible example of the issue">attachment 448180</a> <a href="attachment.cgi?id=448180&action=edit" title="Minimum reproducible example of the issue">[details]</a></span>
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>