Open
Bug 1320065
Opened 8 years ago
Updated 2 years ago
Setting dropEffect to none does not change the cursor on OS X
Categories
(Core :: Widget: Cocoa, defect, P3)
Core
Widget: Cocoa
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: Gijs, Unassigned)
Details
(Keywords: testcase, Whiteboard: tpi:+)
http://jsbin.com/qaxuzodise/edit?html,js,output on Windows this changes the cursor to a kind of "no entry" sign (circle with a diagonal slash). On OS X, no visible effect is apparent. To be fair, this matches behaviour on Chrome and Safari. Is this just a platform quirk?
Comment 1•8 years ago
|
||
Based on https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/OSXHIGuidelines/DragDrop.html and https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/OSXHIGuidelines/Pointers.html#//apple_ref/doc/uid/20000957-CH97-SW2 There is "An invalid drag destination." pointer that should be used.
Updated•8 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
•