Bug 148921 - Dashboard: Remove use of z-index for ring overlay; use DOM ordering
Summary: Dashboard: Remove use of z-index for ring overlay; use DOM ordering
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-06 21:38 PDT by Daniel Bates
Modified: 2015-09-08 08:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.37 KB, patch)
2015-09-06 21:41 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-09-06 21:38:05 PDT
Currently the WebKit Bot Watcher Dashboard uses the CSS property z-index to have the ring overlay image (<https://build.webkit.org/dashboard/Images/PlatformRing.png>) painted on top of each platform icon (e.g. <https://build.webkit.org/dashboard/Images/Yosemite.png>). We remove the use of the CSS property z-index by taking advantage of the transparency in the ring image and ordering the DOM such that the platform icon is before the ring image.
Comment 1 Daniel Bates 2015-09-06 21:41:44 PDT
Created attachment 260729 [details]
Patch
Comment 2 Daniel Bates 2015-09-08 08:58:40 PDT
Comment on attachment 260729 [details]
Patch

Clearing flags on attachment: 260729

Committed r189489: <http://trac.webkit.org/changeset/189489>
Comment 3 Daniel Bates 2015-09-08 08:58:44 PDT
All reviewed patches have been landed.  Closing bug.