Closed
Bug 1263943
Opened 9 years ago
Closed 9 years ago
Provide a tooltip on Synced Tabs like in the History menu panel
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
VERIFIED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | verified |
People
(Reporter: rfeeley, Assigned: eoger)
Details
Attachments
(2 files, 1 obsolete file)
211.18 KB,
image/png
|
Details | |
1.45 KB,
patch
|
eoger
:
review+
|
Details | Diff | Splinter Review |
Items in the History menu panel possess a tooltip with the full page title, a line break, and the full URL in a tooltip. We should offer this in the Synced Tabs menu panel as well.
Updated•9 years ago
|
Flags: firefox-backlog+
Assignee | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment on attachment 8741180 [details] [diff] [review]
bug-1263943.patch
Review of attachment 8741180 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/customizableui/CustomizableWidgets.jsm
@@ +474,5 @@
> },
> _createTabElement(doc, tabInfo) {
> let win = doc.defaultView;
> let item = doc.createElementNS(kNSXUL, "toolbarbutton");
> + let tooltipText = (tabInfo.title != "" ? tabInfo.title + "\n" : "") + tabInfo.url;
I think the conditional reading just |tabInfo.title| is better (ie, drop the |!= ""|)
Attachment #8741180 -
Flags: review?(markh) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Carrying r+ forward
Attachment #8741180 -
Attachment is obsolete: true
Attachment #8741417 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Comment 6•9 years ago
|
||
I have reproduced this bug with Firefox Nightly 48.0a1 (Build ID: 20160412050029) on
Windows 8.1, 64-bit.
Verified as fixed with Firefox Developer edition 48.0a2 (Build ID:20160527004031)
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
QA Whiteboard: [bugday-20160525]
Comment 7•9 years ago
|
||
I have reproduced this bug on Nightly 48.0a1 (2016-04-12) on Ubuntu 16.04 LTS, 64 bit!
The bug's fix is now verified on Latest Aurora 48.0a2!
Build ID: 20160603004101
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0
As this bug fix is verified on Windows 8.1, 64-bit(comment 6), I am marking this as verified!
Status: RESOLVED → VERIFIED
QA Whiteboard: [bugday-20160525] → [bugday-20160525][testday-20160603]
You need to log in
before you can comment on or make changes to this bug.
Description
•