Closed Bug 704118 Opened 13 years ago Closed 11 years ago

Add missing tooltips on Webconsole toolbar

Categories

(DevTools :: Console, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sonny, Assigned: sonny)

Details

Attachments

(1 file)

      No description provided.
Assignee: nobody → sonny.piers
The toolbarbutton builders use the tooltip attribute instead of the tooltiptext attribute.
Summary: No tooltip on webconsole's toolbarbuttons. → Add Webconsole tooltips
Summary: Add Webconsole tooltips → Add missing tooltips on Webconsole toolbar
Attached patch patch v1Splinter Review
Attachment #575946 - Flags: review?(mihai.sucan)
I think it's a bad thing to have tooltips on certain items but not on all of them.
Users might expect to get a tooltip on all buttons.
Status: NEW → ASSIGNED
Comment on attachment 575946 [details] [diff] [review]
patch v1

Review of attachment 575946 [details] [diff] [review]:
-----------------------------------------------------------------

This patch looks like it needs a rebase (or bug dependencies are not set?). The patch didn't apply cleanly (a hunk in webconsole.properties was rejected). I manually applied it, but things are still broken.

Web Console fails to open:

Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: resource:///modules/HUDService.jsm :: HUD_getStr :: line 3512"  data: no]

(this is because some string wasn't found)


Please rebase the patch. Otherwise the patch looks good! More comments below.

Thank you very much for your work!

::: browser/locales/en-US/chrome/browser/devtools/webconsole.properties
@@ +12,5 @@
>  categoryConsole=Console:
>  btnMutation=DOM Mutation
>  tipMutation=Toggle DOM Mutation event logging
>  btnPageNet=Net
> +tipPageNet=Log network requests

Log network requests and responses

@@ +17,2 @@
>  btnPageCSS=CSS
> +tipPageCSS=Log CSS parsing messages

Both strings need to be renamed.

@@ +171,5 @@
> +tipFilter=Filter trough logs
> +
> +webConsolePositionTooltip=Position the Web Console
> +webConsolePositionAboveTooltip=Position the Web Console to the above
> +webConsolePositionBelowTooltip=Position the Web Console to the below

Position the Web Console above the page
Position the Web Console below the page
Attachment #575946 - Flags: review?(mihai.sucan)
We now have tooltips in the web console toolbar.
Status: ASSIGNED → RESOLVED
Closed: 11 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: