<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Tabbing in the styles sidebar doesn't highlight the next section of text"
href="https://bugs.webkit.org/show_bug.cgi?id=146676#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Tabbing in the styles sidebar doesn't highlight the next section of text"
href="https://bugs.webkit.org/show_bug.cgi?id=146676">bug 146676</a>
from <span class="vcard"><a class="email" href="mailto:nvasilyev@apple.com" title="Nikita Vasilyev <nvasilyev@apple.com>"> <span class="fn">Nikita Vasilyev</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=256286&action=diff" name="attach_256286" title="Patch">attachment 256286</a> <a href="attachment.cgi?id=256286&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=256286&action=review">https://bugs.webkit.org/attachment.cgi?id=256286&action=review</a>
<span class="quote">> Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js:400
> + var substringIndex = text.includes(":") && cursor.ch >= text.indexOf(":") ? text.indexOf(":") : 0;</span >
Nit: text.indexOf(":") used twice here, it should be pulled into a variable.</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>