New issue
Advanced search Search tips

Issue 670550 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

DevTools: Network: The filter bar has a poor autocomplete experience

Project Member Reported by einbinder@chromium.org, Dec 2 2016

Issue description

It should use TextPrompt, support ctrl+space autocomplete, and generally be less buggy.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 8 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/fbb92aa722a4723c69c07de6163c3725b653c290

commit fbb92aa722a4723c69c07de6163c3725b653c290
Author: einbinder <einbinder@chromium.org>
Date: Thu Dec 08 01:57:23 2016

DevTools: Use TextPrompt for FilterBar instead of input element

BUG= 670550 

Review-Url: https://codereview.chromium.org/2545983002
Cr-Commit-Position: refs/heads/master@{#437134}

[modify] https://crrev.com/fbb92aa722a4723c69c07de6163c3725b653c290/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters.html
[modify] https://crrev.com/fbb92aa722a4723c69c07de6163c3725b653c290/third_party/WebKit/Source/devtools/front_end/network/FilterSuggestionBuilder.js
[modify] https://crrev.com/fbb92aa722a4723c69c07de6163c3725b653c290/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
[modify] https://crrev.com/fbb92aa722a4723c69c07de6163c3725b653c290/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
[modify] https://crrev.com/fbb92aa722a4723c69c07de6163c3725b653c290/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
[modify] https://crrev.com/fbb92aa722a4723c69c07de6163c3725b653c290/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js
[modify] https://crrev.com/fbb92aa722a4723c69c07de6163c3725b653c290/third_party/WebKit/Source/devtools/front_end/ui/filter.css
[modify] https://crrev.com/fbb92aa722a4723c69c07de6163c3725b653c290/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css

Comment 2 by walter...@gmail.com, Mar 13 2017

+1 

Also try typing "lang" into the filterbar. Then backspace it away.

When it gets to 'la' it brings up a floating element suggesting 'larger-than' but it doesn't go away if you keep backspacing. You need to select all the text and delete it at once.
Status: Fixed (was: Assigned)

Sign in to add a comment