Closed
Bug 1013356
Opened 11 years ago
Closed 9 years ago
CSS coverage report isn't selectable
Categories
(DevTools :: Style Editor, defect, P3)
DevTools
Style Editor
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 50
People
(Reporter: canuckistani, Assigned: ntim)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fixed by bug 1163290])
Attachments
(1 file)
|
12.71 KB,
patch
|
Details | Diff | Splinter Review |
Build identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0
( from this try build:https://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/jwalker@mozilla.com-958d01688e78/try-macosx64-debug/ )
For the pane opened by `coverage report`, I should be able to do CMD+A, CMD+C to copy the entire report ( or select with the mouse, but this would be a bad experience with a large report )
Some reports can get rather large in size, for example:
1. `coverage start`
2. got to http://www.bcliquorstores.com/
3. click on each top-level tab in order
4. `coverage report`
The resulting list is massive.
Ultimately an 'export' button or similarly is worth looking at but for now just text copy is a good demo.
Updated•11 years ago
|
Blocks: enable-csscoverage
Comment 1•11 years ago
|
||
While doing this, consider bug 1013362. It might be easy to fix both at the same time.
Comment 2•11 years ago
|
||
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Version: 16 Branch → Trunk
| Assignee | ||
Comment 3•10 years ago
|
||
Just exporting the github diff here so we don't lose it.
| Assignee | ||
Comment 4•10 years ago
|
||
-moz-user-select: text works fine for this bug.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ntim.bugs
Status: NEW → ASSIGNED
| Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by bug 1163290]
Target Milestone: --- → Firefox 50
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•