Closed
Bug 556193
Opened 15 years ago
Closed 14 years ago
[d2d] Tooltips no longer appear for anything (tabs, links, etc.)
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta2+ |
People
(Reporter: u88484, Assigned: bas.schouten)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Tooltips no longer appear for anything. Hovering over tabs used to display a tooltip as well as links with title="blah" in the code
Regression range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ad1c22bcdc27&tochange=a6e0b02521cd
Component: Plug-ins → Widget: Win32
QA Contact: plugins → win32
Comment 3•15 years ago
|
||
Works:
http://hg.mozilla.org/mozilla-central/rev/70698587d13f
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a4pre) Gecko/20100329 Minefield/3.7a4pre ID:20100329114550
Fails:
http://hg.mozilla.org/mozilla-central/rev/26be64ca9977
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a4pre) Gecko/20100329 Minefield/3.7a4pre ID:20100329165317
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=70698587d13f&tochange=26be64ca9977
Comment 4•15 years ago
|
||
Backout of 555133 seems to have corrected the missing tool-tips.
Tested using latest hourly with cset:
http://hg.mozilla.org/mozilla-central/rev/3776e9061c1d
(In reply to comment #4)
> Backout of 555133 seems to have corrected the missing tool-tips.
>
> Tested using latest hourly with cset:
> http://hg.mozilla.org/mozilla-central/rev/3776e9061c1d
Confirmed
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Comment 6•14 years ago
|
||
Please Reopen. This is a problem again using with DW/D2D enabled.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a6pre) Gecko/20100611 Minefield/3.7a6pre
Probably with the relanding of bug 555133.
Updated•14 years ago
|
Comment 7•14 years ago
|
||
Oddly, this only occurs if gfx.font_rendering.directwrite.enabled is true, one would think this would be more likely impacted by the mozilla.widget.render-mode setting.
Comment 8•14 years ago
|
||
OK I guess this makes more sense. Resetting mozilla.widget.render-mode to the default value also fixes the issue. Which makes one think that oddly although there are 2 separate settings here, setting either of them independently does nothing and you need to set both of them to make any difference at all, leading one to ask the question "Why are there 2 preferences here??????"
Comment 9•14 years ago
|
||
If you disable DirectWrite, Direct2D doesn't work. GDI fonts can't be drawn to
D2D.
Maybe Bas can look into this. It's probably something simple like Windows returning the wrong value for isThemeBackgroundPartiallyTransparent for tooltips.
blocking2.0: --- → beta1+
Actually Chris P might be able to help me debug this.
Comment 13•14 years ago
|
||
The tooltips are actually working - they are just completely transparent if default background used. (For example - in facebook where the background is black - they works fine, in speed dial - hovering over a preview should show a tooltip - however - only the shadow is visible)
Comment 14•14 years ago
|
||
I use bookmarks as a side bar. Not a sign of tooltips if D2D is enabled.
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago → 14 years ago
Resolution: --- → FIXED
Comment 15•14 years ago
|
||
This seems to be broken again.
Comment 16•14 years ago
|
||
File a new bug please.
Comment 17•13 years ago
|
||
That seems to be filed as bug 617128.
There is also a newer report in bug 684852.
You need to log in
before you can comment on or make changes to this bug.
Description
•