Closed
Bug 1643990
Opened 4 years ago
Closed 4 years ago
about:debugging's navigation button use alt attributes, localization comments says they are tooltips
Categories
(DevTools :: about:debugging, defect, P3)
DevTools
about:debugging
Tracking
(firefox79 fixed)
RESOLVED
FIXED
Firefox 79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: aryx, Assigned: davidwalsh)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
about:debugging's navigation button use alt attributes, localization comments says they are tooltips. There are no tooltips shown.
# LOCALIZATION NOTE (toolbox.debugTargetInfo.reload):
# Used as the reload button tooltip
toolbox.debugTargetInfo.reload=Reload
# LOCALIZATION NOTE (toolbox.debugTargetInfo.forward):
# Used as the navigation's "forward" button tooltip
toolbox.debugTargetInfo.forward=Forward
# LOCALIZATION NOTE (toolbox.debugTargetInfo.back):
# Used as the navigation's "back" button tooltip
toolbox.debugTargetInfo.back=Back
What were you doing?
- Have Fenix Nightly on Android phone.
- Have Firefox Nightly on desktop.
- Press Alt key > Tools > Web developer > Remote debugging.
- Enable USB debugging.
- Connect phone to desktop using USB cable.
- Turn on USB debugging on phone (please check your Android's documentation).
- Refresh list of devices.
- Connect from the remote debugging page to the phone.
- Open Fenix on the phone.
- Open a tab in it.
- On the desktop, select the tab to debug.
- Move mouse over navigation buttons.
What happened?
No tooltip.
What should have happened?
Tooltips mentioned above.
Currently, the strings are used as alt
attributes of the image. To have them as tooltips, they shall be set as title
s of the buttons.
If they aren't supposed to be tooltips: Please update the L10n comment.
Comment 1•4 years ago
|
||
I think the intent was to have them as tooltips? David can you confirm?
Severity: -- → S3
Flags: needinfo?(dwalsh)
Priority: -- → P3
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → dwalsh
Status: NEW → ASSIGNED
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7a1e6bfc8554
Set tooltip for navigation buttons r=flod,jdescottes
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(dwalsh)
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
Updated•4 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•