Open
Bug 999404
Opened 11 years ago
Updated 2 years ago
Support for HiDPI mouse cursors with raster images (e.g. .cur)
Categories
(Core :: Widget: Cocoa, defect, P3)
Tracking
()
NEW
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: tpi:+)
Bug 888689 made us render custom mouse cursors using SVG images at the native HiDPI resolution. However, it's still not possible for raster image mouse cursors to be displayed at their native resolution on HiDPI.
See bug 888689 for more information and a very helpful testcase.
Comment 1•11 years ago
|
||
How would this be specified on CSS?
Comment 2•11 years ago
|
||
CUR has support for multiple resolutions baked-in. See attachment 769575 [details] (from bug 888689) for a testcase.
The CUR format always has a logical size of 32x32 and the best pixel size is meant to be subbed in. At least this is how Windows handles them and it's a proprietary Windows format anyway.
PNG cursors will probably need to wait for image-set.
Also please don't forget about bug 888781 (Windows), especially if it's convenient to fix them together.
Updated•9 years ago
|
Priority: -- → P3
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
•