Bug 148921

Summary: Dashboard: Remove use of z-index for ring overlay; use DOM ordering
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, ap, timothy
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.