Closed
Bug 646593
Opened 15 years ago
Closed 14 years ago
CursorManager.setCursor() does not replace os select cursor, but displays beneath os select cursor.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 621117
People
(Reporter: sheldonl, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0) Gecko/20100101 Firefox/4.0
When running a swf that uses CursorManager.setCursor) to set the cursor to an image, the image is drawn beneath the system cursor. I used Flex 3.5 SDK. This only occurs on the Mac.
Reproducible: Always
Steps to Reproduce:
1. Create swf with Flex 3.5 that sets mouse cursor to an image via CursorManager.setCursor)
2. Open swf in FF4.
3. See that the system cursor is displayed on top of the image.
Actual Results:
System cursor displayed over image supplied for cursor.
Expected Results:
Just the image, no system cursor.
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•