Closed
Bug 587301
Opened 14 years ago
Closed 12 years ago
Display page title in tooltip when hovering over a tab thumbnail in TabView
Categories
(Firefox Graveyard :: Panorama, enhancement, P3)
Firefox Graveyard
Panorama
Tracking
(blocking2.0 -)
RESOLVED
FIXED
Future
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: teoli, Unassigned)
References
Details
(Keywords: polish, Whiteboard: [good first bug])
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0b4pre) Gecko/20100813 Minefield/4.0b4pre Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0b4pre) Gecko/20100813 Minefield/4.0b4pre Currently in TabView there is no way to read the complete page title for a tab. Reproducible: Always Steps to Reproduce: 1.Open a tab with a site with a long name (like https://bugzilla.mozilla.org/show_bug.cgi?id=585689 ) 2.Go to TabView 3.Hover over the tab Actual Results: No tooltip appears Expected Results: A tooltip containing the full page title
This would be incredibly helpful. Groups with many tabs truncate the page titles enough to occlude their content.
Comment 2•13 years ago
|
||
This shouldn't be hard. I'd take a stab at it if I weren't busy with blockers, but I want this.
Updated•13 years ago
|
Priority: -- → P3
Updated•13 years ago
|
blocking2.0: --- → ?
Comment 4•13 years ago
|
||
FWIW, I tried setting the title attribute on the <canvas>, but it doesn't work. It *should* since that works in normal HTML, but perhaps there's some conflicting CSS?
Comment 5•13 years ago
|
||
Not a blocker, but potentially a good first bug! cc'ing some people to see if comment 4 is the right approach.
blocking2.0: ? → -
Whiteboard: [good first bug]
Comment 6•13 years ago
|
||
Punting to future. If we see a patch before beta 11, we could consider it.
No longer blocks: 585689
Target Milestone: --- → Future
Comment 7•13 years ago
|
||
I have also taken a look at this bug. I can confirm that setting the 'title' attribute does not work. At first, I thought this might have come from some Javascript redefining the element's behaviour for the 'mouseover' event, but it seems like this would not prevent the tooltip from being displayed (at least in regular HTML). Then I looked at the stylesheets, but I don't think the hover pseudo-classes actually does anything bad. Talking about that on IRC, a fellow developer came out with an idea : < KWierso> there's gotta be something eating the tooltip, or maybe it being somewhat in-between XUL and HTML makes it not care about the 'title' attribute? Does this suddenly enlighten anyone ?
Comment 8•12 years ago
|
||
Fixed by bug 604913.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•