RESOLVED FIXED 124400
Make it possible to select revision numbers on build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=124400
Summary Make it possible to select revision numbers on build.webkit.org/dashboard
Tim Horton
Reported 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.
Attachments
patch (3.25 KB, patch)
2013-11-15 02:11 PST, Tim Horton
timothy: review+
Tim Horton
Comment 1 2013-11-15 02:11:56 PST
Timothy Hatcher
Comment 2 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.
Tim Horton
Comment 3 2013-11-15 09:45:37 PST
Alexey Proskuryakov
Comment 4 2013-12-25 15:40:55 PST
I'm proposing some tweaks for this behavior in bug 126235.
Note You need to log in before you can comment on or make changes to this bug.