Closed
Bug 1489834
Opened 6 years ago
Closed 6 years ago
Send Tab to Device page action button tooltips says "sendToDevice-title"
Categories
(Firefox :: Toolbars and Customization, defect, P1)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | fixed |
People
(Reporter: dao, Assigned: adw)
References
Details
(Keywords: regression)
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1483167 +++
Still seeing this in the current nightly.
Comment 1•6 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #0)
> +++ This bug was initially created as a clone of Bug #1483167 +++
>
> Still seeing this in the current nightly.
Does this also affect 63?
Flags: needinfo?(dao+bmo)
Reporter | ||
Comment 2•6 years ago
|
||
Not seeing it there.
status-firefox63:
--- → unaffected
Flags: needinfo?(dao+bmo)
Comment 3•6 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #2)
> Not seeing it there.
Odd... do we think this re-regressed since bug 1483167?
Comment 5•6 years ago
|
||
FWIW, assuming the STR are to first add the Send Tab to Device pageAction to the Address Bar in order to see the tooltip, I'm not seeing this on the latest Windows, macOS or Linux Nightlies.
Assignee | ||
Comment 6•6 years ago
|
||
I see it. I'm not sure what the problem is yet. I verified that the other actions are fixed.
Assignee: nobody → adw
Status: NEW → ASSIGNED
Assignee | ||
Updated•6 years ago
|
Priority: -- → P1
Assignee | ||
Comment 7•6 years ago
|
||
The value of the sendToDevice-title attribute on the panel is "", so that's probably why.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(dao+bmo)
Reporter | ||
Comment 8•6 years ago
|
||
Bug 1470555 has also caused another regression (bug 1489754). Feel free to back it out unless the fix here is easy.
Comment 9•6 years ago
|
||
Drew, do we think this is an easy fix or should we just back it out?
Flags: needinfo?(adw)
Assignee | ||
Comment 10•6 years ago
|
||
Yes, this should be an easy fix, and I'm hoping to have a patch ready today.
Flags: needinfo?(adw)
Reporter | ||
Comment 11•6 years ago
|
||
FYI, phabricator decided to post the patch for this in bug 1470555.
Assignee | ||
Comment 12•6 years ago
|
||
Bug 1470555 moved the title from a dtd to a properties file, so we can and should now set the action's title directly when the action is created in PageActions.jsm. But it's a PluralForm string, so we need to jump through that hoop.
Comment 13•6 years ago
|
||
Drew: looks like this just needs update from jaws' comment on patch?
Flags: needinfo?(adw)
Assignee | ||
Comment 14•6 years ago
|
||
Yes, I updated the patch just now. Try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fba73975801884ec151f81db3cef7d7a86ccf451
Flags: needinfo?(adw)
Comment 15•6 years ago
|
||
Comment on attachment 9008770 [details]
Bug 1489834 - Fix the Send Tab to Device page action title and tooltip
Jared Wein [:jaws] (please needinfo? me) has approved the revision.
Attachment #9008770 -
Flags: review+
Assignee | ||
Comment 16•6 years ago
|
||
There were some weird, unrelated-looking failures on that last try push. Here's another one with a fresh tree: https://treeherder.mozilla.org/#/jobs?repo=try&revision=c8613e6817abd0235546329a90aff0e0d0a50500
Comment 17•6 years ago
|
||
Pushed by dwillcoxon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2fab03252db7
Fix the Send Tab to Device page action title and tooltip r=jaws
Comment 18•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Updated•6 years ago
|
status-firefox62:
--- → unaffected
status-firefox-esr60:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•