Open
Bug 204841
Opened 22 years ago
Updated 2 years ago
cursor: zoom-in and zoom-out hard to see on dark background
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
NEW
People
(Reporter: keith, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507 Mozilla Firebird/0.6
A white outline would be nice. It was pretty confusing to see my cursor turn
into a little white circle with a + in it, until I realized it was a zoom cursor.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
For clarification, these are the zoom in/out cursors that appear when Mozilla
automatically resizes an image, such as the one pointed to in the URL field of
this bug.
I've confirmed the bug and also downgraded status from Normal to Trivial (could
probably even go down to Enhancement, if someone thinks so) and changed OS to
All since it is not specific to Linux. I can't say if they're interested in
"fixing" it, though--we'll have to see. :)
Severity: normal → trivial
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Updated•21 years ago
|
Hardware: PC → All
Assignee: jdunn → nobody
QA Contact: tpreston → layout.images
This is a general bug (Windows only?) with CSS
cursor: -moz-zoom-in | -moz-zoom-out;
Please change component if wrong.
Blocks: 163174
Severity: trivial → minor
Component: Layout: Images → Style System (CSS)
OS: All → Windows XP
QA Contact: layout.images → style-system
Hardware: All → x86
Summary: zoom in/out cursors hard to see on dark-colored images → -moz-zoom-in and -moz-zoom-out cursors hard to see on dark-colored images
Comment 3•16 years ago
|
||
Hmm, yes, this doesn't happen on OS X, only on Windows (maybe Linux as well). But how does it get this cursor? From the system? (Or, if it's supplied by Mozilla, why does it different across platforms for no reason that I can see?)
Updated•16 years ago
|
Severity: minor → trivial
Some cursors are provided by the system on operating systems that support them and provided by Mozilla otherwise. In the case of -moz-zoom-in and -moz-zoom-out, it looks like we provide our own on all platforms. We have different ones on different platforms, though, which in theory might fit in on those platforms.
Updated•2 years ago
|
Severity: trivial → S4
Summary: -moz-zoom-in and -moz-zoom-out cursors hard to see on dark-colored images → cursor: zoom-in and zoom-out hard to see on dark background
You need to log in
before you can comment on or make changes to this bug.
Description
•