Closed
Bug 789785
Opened 13 years ago
Closed 13 years ago
[inspector] Change wording of "Only user styles" checkbox
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: paul, Assigned: miker)
References
Details
(Whiteboard: [computedview])
Attachments
(1 file)
|
10.98 KB,
patch
|
harth
:
review+
|
Details | Diff | Splinter Review |
The User Styles checkbox is confusing for at least 2 reasons:
- the web developer doesn't see him as the "user" but as the "author". So the wording is wrong.
- as soon as you're searching, you don't get the default computed styles
My recommendation is to remove the checkbox and to show everything. But to show the "Author Style" first, then show a separator, and then list the "Default Style".
Comment 1•13 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #0)
> The User Styles checkbox is confusing for at least 2 reasons:
> - the web developer doesn't see him as the "user" but as the "author". So
> the wording is wrong.
> - as soon as you're searching, you don't get the default computed styles
>
> My recommendation is to remove the checkbox and to show everything. But to
> show the "Author Style" first, then show a separator, and then list the
> "Default Style".
If we wanted to keep the checkbox (and things do look quite cluttered with it off), we could label it "Show Browser Styles".
Comment 2•13 years ago
|
||
The points raised in bug 740055 should be considered here as well. Also, are the performance issues mentioned in bug 672746 with displaying everything solved by now? Will showing everything cause a noticeable lag when populating the inspector?
I'm not concerned about doing a 180 degree turn on this, as long as we have the data to back it up, and we are sure that we won't have to do another u-turn in the future.
| Assignee | ||
Comment 3•13 years ago
|
||
"Show Browser Styles" is confusing ... the correct term is "Show Author Styles."
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [computedview]
| Reporter | ||
Comment 4•13 years ago
|
||
If we only go for a renaming, what about doing it the other way around? "Show browser style" (or UA). I think it's easier to understand.
Comment 5•13 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #4)
> If we only go for a renaming, what about doing it the other way around?
> "Show browser style" (or UA). I think it's easier to understand.
Paul got to this suggestion before me, but I wholeheartedly agree.
| Reporter | ||
Comment 6•13 years ago
|
||
(In reply to Joe Walker [:jwalker] from comment #5)
> (In reply to Paul Rouget [:paul] from comment #4)
> > If we only go for a renaming, what about doing it the other way around?
> > "Show browser style" (or UA). I think it's easier to understand.
>
> Paul got to this suggestion before me, but I wholeheartedly agree.
Oh, just saw comment 1 :)
| Assignee | ||
Updated•13 years ago
|
| Assignee | ||
Updated•13 years ago
|
Summary: [inspector] improve Computed View and User Styles → [inspector] Change wording of "Only user styles" checkbox
| Assignee | ||
Comment 9•13 years ago
|
||
This simple patch reverses the logic of the computed view's "Only user styles" checkbox and changes the label to "Browser styles."
All tests pass etc.
Attachment #710243 -
Flags: review?(fayearthur)
Updated•13 years ago
|
Attachment #710243 -
Flags: review?(fayearthur) → review+
Updated•13 years ago
|
Whiteboard: [computedview] → [computedview][land-in-fx-team]
| Assignee | ||
Comment 10•13 years ago
|
||
Whiteboard: [computedview][land-in-fx-team] → [computedview][fixed-in-fx-team]
Comment 11•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [computedview][fixed-in-fx-team] → [computedview]
Target Milestone: --- → Firefox 21
Updated•13 years ago
|
No longer blocks: DevToolsPaperCuts
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•