Bug 40644 - REGRESSION: Undocked inspector toolbar is white
Summary: REGRESSION: Undocked inspector toolbar is white
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 16:32 PDT by Simon Fraser (smfr)
Modified: 2010-06-16 12:12 PDT (History)
2 users (show)

See Also:


Attachments
Speculative Fix (934 bytes, patch)
2010-06-16 11:48 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
Patch (1.13 KB, patch)
2010-06-16 11:53 PDT, Simon Fraser (smfr)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-06-15 16:32:57 PDT
The toolbar is white in an undocked inspector.
Comment 1 Simon Fraser (smfr) 2010-06-16 11:27:02 PDT
Looks like I broke this in r61215.
Comment 2 Joseph Pecoraro 2010-06-16 11:48:04 PDT
Created attachment 58912 [details]
Speculative Fix

Not a real patch (missing a ChangeLog). But this removes the "transparent" and
replaces it with a real gradient. It then makes sure the inactive gradient takes
over when .inactive comes into play (it may need more specificity).
Comment 3 Simon Fraser (smfr) 2010-06-16 11:53:16 PDT
Created attachment 58914 [details]
Patch
Comment 4 Joseph Pecoraro 2010-06-16 12:03:23 PDT
Collision!

Like mitz warned in IRC, this could be affecting other pages,
or widgets that used to rely on this behavior. But you're right
its unspecified behavior to rely on and I'd have expected it to be
white.
Comment 5 Simon Fraser (smfr) 2010-06-16 12:12:09 PDT
http://trac.webkit.org/changeset/61274