New issue
Advanced search Search tips

Issue 825274 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Find in heap snapshot is unusable as typing there causes focus to go away

Project Member Reported by alph@chromium.org, Mar 23 2018

Issue description

To repro:

1. Open memory panel in DT
2. take a heap snapshot
3. press ctrl+F (cmd+F)
4. type: window
5. see the focus moves to filter toolbar control while typing

Regression bisect points to:
https://chromium.googlesource.com/chromium/src/+/a57d5aa65194cc780ab7039d97aa33d11c6d6585

The focus is lost because of the filter field gets cleared on search. It makes a call to selection.addRange which grabs the focus.

https://cs.chromium.org/chromium/src/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js?type=cs&q=selection.addrange+f:textprompt&l=637
 

Comment 2 by alph@chromium.org, Mar 27 2018

Status: Fixed (was: Available)

Sign in to add a comment