<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: When autocompleting, pressing tab twice shouldn't insert a tab character"
href="https://bugs.webkit.org/show_bug.cgi?id=145885#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: When autocompleting, pressing tab twice shouldn't insert a tab character"
href="https://bugs.webkit.org/show_bug.cgi?id=145885">bug 145885</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>Created <span class=""><a href="attachment.cgi?id=255393" name="attach_255393" title="[Video] Expected behavior">attachment 255393</a> <a href="attachment.cgi?id=255393&action=edit" title="[Video] Expected behavior">[details]</a></span>
[Video] Expected behavior
Let me explain what this issue is all about.
Steps to reproduce:
1. Open Console
2. Type "wind", suggestion popover with only one item, window, should show up.
3. Press Tab key, it should autocomplete
4. Press Tab again
Actual:
A tab character gets inserted after window, e.g. "window\t|"
Expected:
Nothing happens on the seconds Tab key press, e.g. "window|"
This would match Firefox DevTools' (video attached) and Chrome DevTools' behavior.
Regarding the patch: once again, there should a separate issue for that. I’m not against it, but it’s outside of the scope of this issue.</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>