[Webkit-unassigned] [Bug 145885] Web Inspector: When autocompleting, pressing tab twice shouldn't insert a tab character

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 20:12:03 PDT 2015


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

--- Comment #9 from Nikita Vasilyev <nvasilyev at apple.com> ---
Created attachment 255393
  --> https://bugs.webkit.org/attachment.cgi?id=255393&action=review
[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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150623/6d61df2f/attachment.html>


More information about the webkit-unassigned mailing list