Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Issue 2541793002: DevTools: Filter text input cuts off user's filter string (Closed)

Created:
4 years ago by Oleksii Kadurin
Modified:
4 years ago
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Filter text input cuts off user's filter string In the Network panel DevTools cuts off user's fileter string in case some part of it was selected. BUG=669400 TEST=https://bugs.chromium.org/p/chromium/issues/detail?id=669400

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js View 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 16 (9 generated)
Oleksii Kadurin
Hi! Please review my changes.
4 years ago (2016-11-30 08:20:09 UTC) #7
chenwilliam
@lushnikov and @allada, I've added you as reviewers since you've recently worked on this file.
4 years ago (2016-12-01 18:59:49 UTC) #10
allada
On 2016/12/01 18:59:49, chenwilliam wrote: > @lushnikov and @allada, I've added you as reviewers since ...
4 years ago (2016-12-01 22:37:55 UTC) #12
Oleksii Kadurin
On 2016/12/01 22:37:55, Blaise wrote: > On 2016/12/01 18:59:49, chenwilliam wrote: > > @lushnikov and ...
4 years ago (2016-12-01 23:28:31 UTC) #13
allada
On 2016/12/01 23:28:31, Oleksii Kadurin wrote: > On 2016/12/01 22:37:55, Blaise wrote: > > On ...
4 years ago (2016-12-02 02:44:24 UTC) #14
Oleksii Kadurin
On 2016/12/02 02:44:24, Blaise wrote: > On 2016/12/01 23:28:31, Oleksii Kadurin wrote: > > On ...
4 years ago (2016-12-02 08:20:25 UTC) #15
allada
4 years ago (2016-12-08 21:27:28 UTC) #16
On 2016/12/02 08:20:25, Oleksii Kadurin wrote:
> On 2016/12/02 02:44:24, Blaise wrote:
> > On 2016/12/01 23:28:31, Oleksii Kadurin wrote:
> > > On 2016/12/01 22:37:55, Blaise wrote:
> > > > On 2016/12/01 18:59:49, chenwilliam wrote:
> > > > > @lushnikov and @allada, I've added you as reviewers since you've
> recently
> > > > worked
> > > > > on this file.
> > > > 
> > > > Thanks for the patch! However I already landed a patch yesterday
> > > > that fixed this: https://codereview.chromium.org/2535203004/
> > > > 
> > > > Thanks again!
> > > 
> > > Hi! Thanks for reply. I've just compared you patch and mine. It's almost
the
> > > same except one additional piece of code in my patch.
> > > If you are interested in that I can write here tomorrow what case I was
> trying
> > > to avoid using that piece of code.
> > 
> > Yes I noticed that code difference, but was not able to come to a reason on
> why
> > we would not want to hide the suggestion box when the value changed.
> 
> Hi! I recall why I made that additional piece of code.
> Check out the animated gif in here:
> https://drive.google.com/file/d/0ByC_JXfGJgxcRjZnWkpFbjF6VUU/view?usp=sharing
> So your changes fix the ticket's issue, but it breaks suggestion disappearing.

There was a patch recently that was pushed through that should have fixed both
issues.

https://codereview.chromium.org/2545983002/

I am going to close the issue to get it out of our list, but thank you very much
for the patch!

Powered by Google App Engine
This is Rietveld 408576698