Bug 150023 - REGRESSION(r189567): Web Inspector: Clipped filter icons when debugger sidebar is narrow
Summary: REGRESSION(r189567): Web Inspector: Clipped filter icons when debugger sideba...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-12 00:04 PDT by Nikita Vasilyev
Modified: 2015-10-13 13:23 PDT (History)
8 users (show)

See Also:


Attachments
[Animated GIF] Bug (125.92 KB, image/gif)
2015-10-12 00:04 PDT, Nikita Vasilyev
no flags Details
Patch (1.20 KB, patch)
2015-10-12 23:20 PDT, Nikita Vasilyev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2015-10-12 00:04:56 PDT
Created attachment 262878 [details]
[Animated GIF] Bug

Works as expected on El Capitan's Safari 9.0, broken in WebKit Nightly. Most likely a WebKit regression in flexbox. There weren't any HTML or CSS changes in the Inspector related to this bug. I'm working on isolating the issue.
Comment 1 Radar WebKit Bug Importer 2015-10-12 00:06:43 PDT
<rdar://problem/23066349>
Comment 2 Matt Baker 2015-10-12 11:04:27 PDT
Take a look at https://bugs.webkit.org/show_bug.cgi?id=149725. I fixed a regression caused by http://trac.webkit.org/changeset/189567, which changed the min-width/height defaults to auto for flex box items. Sounds similar.
Comment 3 Nikita Vasilyev 2015-10-12 23:20:35 PDT
Created attachment 262975 [details]
Patch

(In reply to comment #2)
> Take a look at https://bugs.webkit.org/show_bug.cgi?id=149725. I fixed a
> regression caused by http://trac.webkit.org/changeset/189567, which changed
> the min-width/height defaults to auto for flex box items. Sounds similar.

Thanks, that was it!
Comment 4 BJ Burg 2015-10-13 12:36:21 PDT
Comment on attachment 262975 [details]
Patch

r=me
Comment 5 WebKit Commit Bot 2015-10-13 13:23:45 PDT
Comment on attachment 262975 [details]
Patch

Clearing flags on attachment: 262975

Committed r191004: <http://trac.webkit.org/changeset/191004>
Comment 6 WebKit Commit Bot 2015-10-13 13:23:49 PDT
All reviewed patches have been landed.  Closing bug.