Closed
Bug 526645
Opened 16 years ago
Closed 1 year ago
Close buttons on PopupBlockView and SafeBrowsingBar nibs do not have tooltips
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alqahira, Unassigned)
Details
(Keywords: access)
We have tooltips for the close buttons on our tabs, but not for the ones on the bars.
| Reporter | ||
Comment 1•13 years ago
|
||
These also don't have accessibility descriptions; I thought we had a bug on that, too, but I can't find it.
Keywords: access
| Reporter | ||
Comment 2•13 years ago
|
||
For the accessibility description, we'd need a nib change like bug 438494 (although we could probably do it in code temporarily during/past an l10n freeze).
For the tooltips:
For safe browsing, we could call setTooltip: in SafeBrowsingBar.mm's awakeFromNib: (like Stuart did in bug 410384), though that would need a localizable string.
For the pop-up blocker bar, there's no code file, so I guess we'd have to set the tooltip in the nib, too.
You need to log in
before you can comment on or make changes to this bug.
Description
•