Open
Bug 1169265
Opened 10 years ago
Updated 2 years ago
Use Windows 10 style for tooltips
Categories
(Core :: Widget: Win32, defect, P4)
Tracking
()
NEW
People
(Reporter: phlsa, Unassigned)
References
Details
(Whiteboard: tpi:+)
Attachments
(1 file)
27.88 KB,
image/png
|
Details |
Windows 10 (and Edge in particular) uses a slightly different style for tooltips (see attachment). We should use the same styling, including the larger padding and wider border.
Updated•10 years ago
|
Component: Theme → Widget: Win32
Product: Firefox → Core
Summary: Use Windows 10 style for tool tips → Use Windows 10 style for tooltips
Comment 2•10 years ago
|
||
As far as I can tell we fall through to default themed background rendering. Maybe the theme lib hasn't been updated yet? We should wait for the rtm.
http://mxr.mozilla.org/mozilla-central/source/widget/windows/nsNativeThemeWin.cpp#1880
Flags: needinfo?(jmathies)
Reporter | ||
Comment 3•10 years ago
|
||
Hm, the tool tips in classic apps (e.g. Explorer) are different than in Edge and other modern apps.
We'd like to use the modern kind, so I'm not sure whether the toolkit we are currently using will give us those.
Comment 4•10 years ago
|
||
(In reply to Philipp Sackl [:phlsa] please use needinfo from comment #3)
> Hm, the tool tips in classic apps (e.g. Explorer) are different than in Edge
> and other modern apps.
I think I've seen at least three different styles. At this point I don't even know what can be considered "Windows 10 style" here...
Comment 5•10 years ago
|
||
In the RTM build, it looks like Edge is using different tooltip styles for chrome and content. Quite a mess.
Updated•9 years ago
|
Whiteboard: tpi:+
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•