Closed
Bug 311453
Opened 20 years ago
Closed 20 years ago
Tooltips for bookmarks buttons should show title and URL
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
1.66 KB,
patch
|
mikepinkerton
:
review+
|
Details | Diff | Splinter Review |
I often want to see the full title of stuff in my bookmarks toolbar, so I think
the tooltip should show the title and url.
Assignee | ||
Comment 1•20 years ago
|
||
The localizable.strings entry looks like:
"BookmarkButtonTooltipFormat" = "%1$@\n\n%2$@"; /* 1=title, 2=url */
yes, that works:
http://developer.apple.com/documentation/MacOSX/Conceptual/BPInternational/Articles/StringsFiles.html
Attachment #198773 -
Flags: review?(mikepinkerton)
Comment 2•20 years ago
|
||
Comment on attachment 198773 [details] [diff] [review]
Patch
looks ok, r=pink
Attachment #198773 -
Flags: review?(mikepinkerton) → review+
Assignee | ||
Comment 3•20 years ago
|
||
Fixed in both places.
Comment 4•20 years ago
|
||
Two comments:
I. Could we consider reducing it from two newlines to one? I think that would
look better.
II. The bookmarks in the bookmarks manager also have tooltips, should or
shouldn't they look just the same?
Assignee | ||
Comment 5•20 years ago
|
||
(In reply to comment #4)
> Two comments:
> I. Could we consider reducing it from two newlines to one? I think that would
> look better.
Maybe "title (url)"? When I had "title<newline>url" it was hard to distinguish
one from the other.
> II. The bookmarks in the bookmarks manager also have tooltips, should or
> shouldn't they look just the same?
I think the buttons are different, in that the titles are more severely truncated.
You need to log in
before you can comment on or make changes to this bug.
Description
•