Closed
Bug 704118
Opened 13 years ago
Closed 12 years ago
Add missing tooltips on Webconsole toolbar
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sonny, Assigned: sonny)
Details
Attachments
(1 file)
8.17 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sonny.piers
Assignee | ||
Comment 1•13 years ago
|
||
The toolbarbutton builders use the tooltip attribute instead of the tooltiptext attribute.
Assignee | ||
Updated•13 years ago
|
Summary: No tooltip on webconsole's toolbarbuttons. → Add Webconsole tooltips
Assignee | ||
Updated•13 years ago
|
Summary: Add Webconsole tooltips → Add missing tooltips on Webconsole toolbar
Assignee | ||
Comment 2•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #575946 -
Flags: review?(mihai.sucan)
Assignee | ||
Comment 3•13 years ago
|
||
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 4•13 years ago
|
||
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)
Comment 5•12 years ago
|
||
We now have tooltips in the web console toolbar.
Status: ASSIGNED → RESOLVED
Closed: 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
•