Closed
Bug 819929
Opened 12 years ago
Closed 12 years ago
[toolbox] Buttons (close, undock and tabs) don't have tooltips
Categories
(DevTools :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 20
People
(Reporter: paul, Assigned: Optimizer)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Optimizer
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•12 years ago
|
Priority: -- → P2
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → scrapmachines
Assignee | ||
Comment 1•12 years ago
|
||
This will require using string bundles, which are currently not used in Toolbox.jsm . Should I use browser.properties file, or any other file ?
Also, what tooltip text is expected on the tabs ?
Flags: needinfo?(paul)
Reporter | ||
Comment 2•12 years ago
|
||
Create toolbox.properties.
For the tabs, I guess you need to add a new property to the tool definitions (.tooltip).
Debugger: "JavaScript Debugger"
StyleEditor: "CSS Stylesheets Editor"
Inspector: "DOM and Style Inspector"
WebConsole: "Web Console"
Flags: needinfo?(paul)
Assignee | ||
Comment 3•12 years ago
|
||
Add tooltips to tabs, close button and dock buttons.
Attachment #693060 -
Flags: review?(paul)
Assignee | ||
Updated•12 years ago
|
Whiteboard: [has-patch]
Reporter | ||
Comment 4•12 years ago
|
||
Comment on attachment 693060 [details] [diff] [review]
Add tooltips
r+ with this addressed:
Can you please validate that with a native english speaker?
+toolboxDockButtons.bottom.tooltip=Dock to bottom of the tab
+toolboxDockButtons.side.tooltip=Dock to the sidebar
+toolboxDockButtons.window.tooltip=Undock to a seperate window
I would not say "Dock to bottom of the tab" but "Dock into the browser" (not mentioning tab).
(also, I think we have the profile now)
Attachment #693060 -
Flags: review?(paul)
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #4)
> I would not say "Dock to bottom of the tab" but "Dock into the browser" (not
> mentioning tab).
When the toolbox is in the sidebar, then Dock into the browser would not make sense.
> (also, I think we have the profile now)
Yeah, I would update my patch with that.
Comment 6•12 years ago
|
||
Comment on attachment 693060 [details] [diff] [review]
Add tooltips
Review of attachment 693060 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/locales/en-US/chrome/browser/devtools/toolbox.properties
@@ +1,3 @@
> +toolboxDockButtons.bottom.tooltip=Dock to bottom of the tab
> +toolboxDockButtons.side.tooltip=Dock to the sidebar
> +toolboxDockButtons.window.tooltip=Undock to a seperate window
\ No newline at end of file
Could I suggest:
toolboxDockButtons.bottom.tooltip=Dock to bottom of browser window
toolboxDockButtons.side.tooltip=Dock to side of browser window
toolboxDockButtons.window.tooltip=Show in separate window
(Note the spelling of sep_a_rate)
Attachment #693060 -
Flags: review+
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Joe Walker [:joe_walker] [:jwalker] from comment #6)
> toolboxDockButtons.bottom.tooltip=Dock to bottom of browser window
> toolboxDockButtons.side.tooltip=Dock to side of browser window
> toolboxDockButtons.window.tooltip=Show in separate window
Yes, these sound more accurate.
> (Note the spelling of sep_a_rate)
:P typo.
Also, what should I use for Profiler tab ?
Panos suggested to go with just "Profiler" .
If that is okay, I will submit the patch including that.
Comment 8•12 years ago
|
||
Profiler sounds good to me. It's not impossible that we will have a CSS Profiler one day, but we can think about new names then.
Assignee | ||
Comment 9•12 years ago
|
||
Carry forward Joe's r+
Fixed the string he mentioned, the new line and added Profiler.
Attachment #693060 -
Attachment is obsolete: true
Attachment #693389 -
Flags: review+
Assignee | ||
Updated•12 years ago
|
Whiteboard: [has-patch] → [land-in-fx-team]
Reporter | ||
Comment 10•12 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 11•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 20
Assignee | ||
Comment 12•12 years ago
|
||
Looks like the jar.mn changes did not get pushed. So the docking buttons have "undefined" tooltip
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 13•12 years ago
|
||
Closing as it will be handled in bug 823998 now
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•