Bug 124400 - Make it possible to select revision numbers on build.webkit.org/dashboard
Summary: Make it possible to select revision numbers on build.webkit.org/dashboard
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 02:10 PST by Tim Horton
Modified: 2013-12-25 15:40 PST (History)
2 users (show)

See Also:


Attachments
patch (3.25 KB, patch)
2013-11-15 02:11 PST, Tim Horton
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2013-11-15 02:10:08 PST
The dashboard uses user-select: none on everything. Let's override it with user-select: all on revision numbers, so that they can be selected as a unit, making it possible (and trivial) to select them.
Comment 1 Tim Horton 2013-11-15 02:11:56 PST
Created attachment 217029 [details]
patch
Comment 2 Timothy Hatcher 2013-11-15 08:56:51 PST
Comment on attachment 217029 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=217029&action=review

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:37
> +span.selectable {

No need for span. The class should be useable on any type of element.
Comment 3 Tim Horton 2013-11-15 09:45:37 PST
http://trac.webkit.org/changeset/159342
Comment 4 Alexey Proskuryakov 2013-12-25 15:40:55 PST
I'm proposing some tweaks for this behavior in bug 126235.