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)

x86
All
defect

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 20

People

(Reporter: paul, Assigned: Optimizer)

References

Details

Attachments

(1 file, 1 obsolete file)

No description provided.
Priority: -- → P2
Assignee: nobody → scrapmachines
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)
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)
Attached patch Add tooltips (obsolete) (deleted) — Splinter Review
Add tooltips to tabs, close button and dock buttons.
Attachment #693060 - Flags: review?(paul)
Whiteboard: [has-patch]
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)
(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 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+
(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.
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.
Attached patch updated patch. (deleted) — Splinter Review
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+
Whiteboard: [has-patch] → [land-in-fx-team]
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 20
Looks like the jar.mn changes did not get pushed. So the docking buttons have "undefined" tooltip
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Closing as it will be handled in bug 823998 now
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: