Bug 34320 - Web Inspector: REGRESSION (54001): Toolbar gradient doesn’t match titlebar on Snow Leopard
Summary: Web Inspector: REGRESSION (54001): Toolbar gradient doesn’t match titlebar on...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2010-01-29 02:44 PST by mitz
Modified: 2010-01-29 09:38 PST (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed solution (1.71 KB, patch)
2010-01-29 07:59 PST, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-01-29 02:44:30 PST
On Snow Leopard, the toolbar gradient doesn’t match the window’s title bar.

This regression was caused by <http://trac.webkit.org/changeset/54001>, which removed the "mac-leopard" class from the body element on Snow Leopard, thus disabling this rule in inspector.css:

body.detached.platform-mac-leopard #toolbar {
    background: transparent !important;
}
Comment 1 Mark Rowe (bdash) 2010-01-29 03:24:54 PST
<rdar://problem/7590856>
Comment 2 Alexander Pavlov (apavlov) 2010-01-29 07:59:03 PST
Created attachment 47718 [details]
[PATCH] Proposed solution
Comment 3 WebKit Commit Bot 2010-01-29 09:38:50 PST
Comment on attachment 47718 [details]
[PATCH] Proposed solution

Clearing flags on attachment: 47718

Committed r54068: <http://trac.webkit.org/changeset/54068>
Comment 4 WebKit Commit Bot 2010-01-29 09:38:56 PST
All reviewed patches have been landed.  Closing bug.