Closed
Bug 533801
Opened 16 years ago
Closed 2 years ago
CSS cursor 'cell' rendered incorrectly on Mac (crosshair rather than "plus")
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 792592
People
(Reporter: scott, Unassigned)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4
Under the `Selection' section of "Supported CSS standard values" on
https://developer.mozilla.org/En/CSS/Cursor, when mousing over
the `cell' row, a crosshair cursor is rendered instead of a cell cursor
such as the one shown in the image at the left of that row. This can
be reproduced on own our application as well.
This is using FF 3.6b4 -- under 3.5.5 on Mac the same CSS cursor is
rendered similarly to the image on the website, but with a small circle
in the middle.
Since FF Mac does not support custom cursor files (bug 286304), there
does not appear to be a workaround for this bug.
Reproducible: Always
Steps to Reproduce:
1. Visit the example webpage, move the mouse to the described section
2. Observe the incorrect cursor
Actual Results:
An unexpected `crosshair' cursor is rendered.
Expected Results:
Expected a `cell' cursor to be rendered.
Updated•16 years ago
|
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: general → style-system
Version: unspecified → 1.9.2 Branch
Updated•16 years ago
|
Comment 1•16 years ago
|
||
I think this is a regression from http://hg.mozilla.org/mozilla-central/rev/77cadc513819 .
Component: Style System (CSS) → Widget: Cocoa
QA Contact: style-system → cocoa
Comment 2•16 years ago
|
||
Looks that way to me too.
Where does that image come from? I double-checked and it wasn't one of the ones in the .r/.rsrc. Bug 489734 also seems to imply that 'cell' wasn't one of the cursors known/expected to be broken.
Gavin pointed out to me that I either can't read or failed Cmd-F when I read the diff in bug 464315 last night ;)
Blocks: 464315
Keywords: regressionwindow-wanted
Summary: CSS cursor `cell' rendered incorrectly on Mac → CSS cursor 'cell' rendered incorrectly on Mac (crosshair rather than "plus")
Comment 5•15 years ago
|
||
Code changes are trivial... I will make them, but someone needs to provide artwork.
Comment 6•15 years ago
|
||
I'm sure Stephen will be happy to provide artwork. File format is tiff, right?
Comment 7•15 years ago
|
||
(In reply to comment #6)
> I'm sure Stephen will be happy to provide artwork. File format is tiff, right?
This is Mac specific? Windows has a Cell cursor?
Comment 8•15 years ago
|
||
Yes, this is Mac specific. Windows provides a built-in cell cursor so we don't need an image there, but that isn't possible on Mac.
Updated•3 years ago
|
Severity: normal → S3
Comment 9•2 years ago
|
||
This ended up being fixed in bug 792592.
You need to log in
before you can comment on or make changes to this bug.
Description
•