Closed
Bug 1166354
Opened 10 years ago
Closed 10 years ago
#main-record-button[locked] should look disabled
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file)
1.34 KB,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
We should make this more transparent or greyed out or something, or even turn it into a spinner to indicate that something is happening, and that the request did indeed work, but it just takes a few to load the profile. We have a throbber in the details pane now, but this will help to show that the button has received your action.
Assignee | ||
Updated•10 years ago
|
Blocks: perf-tool-papercuts
Assignee | ||
Comment 1•10 years ago
|
||
Feels much better.
Comment 2•10 years ago
|
||
Comment on attachment 8607701 [details] [diff] [review]
11663354-disabled-record.patch
Review of attachment 8607701 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/shared/devtools/performance.inc.css
@@ +113,5 @@
> }
>
> +.record-button[locked] {
> + pointer-events: none;
> + opacity: 0.5;
No throbber? jk, this is neat.
Attachment #8607701 -
Flags: review?(vporof) → review+
Assignee | ||
Updated•10 years ago
|
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 3•10 years ago
|
||
![]() |
||
Comment 4•10 years ago
|
||
The patch landed yesterday with an extra '3' in the commit message.
https://hg.mozilla.org/mozilla-central/rev/aba162277025
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 41
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•