Noticed Folak had the same problem (albiet with custom cursors, not browser css cursors). Both his threads are unsolved, so no resolution. Posting my own report.
Numbered Steps to Reproduce Problem:
1. Construct interface with custom cursor with CSS and browser control-- eg: cursor:pointer;
2. Move mouse over control
3. Observe flicker from pointer cursor to default
Code Snippet (if applicable) to Reproduce Problem:
img { margin:0px; padding:0px; cursor:pointer; }
Expected Results:
No flicker.
Actual Results:
Flicker.
Does the problem occur:
Every time? Or how often?
Always
In other games?
No
In other user accounts?
No
On other computers?
No
When does the problem NOT occur?
Never
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
No
Workarounds:
None, seems to be a draw issue.