Hey all,
So I just spent the last bit trying to debug an ugly cursor problem in
my app. After stripping my app down to the bare minimum (a clickable
view, essentially), I found that the problem persisted. Turns out that
the funky cursor behavior I was experiencing wasn't due to my app - it
was due to OpenLaszlo! Furthermore, I noticed differente behavior
across different browsers!
So, here's the fun survey.
1) Hit the "Input Devices and Gestures" page
(http://www.openlaszlo.org/lps/docs/guide/input-devices.html) of the OL
guide.
2) Review the code on the page so you can anticipate what a given
example will do. Then, interact with the examples, paying close
attention to any strange cursor behavior.
3) Respond to this thread with any strange cursor behavior you notice.
Make sure to include your OS/Browser combination!
I'll start.
Specs:
OSX 10.4.10
Firefox 2.0.0.9
Flash 9.0.47.0 (Visit http://www.macromedia.com/software/flash/about/
for your flash version number)
Behavior:
General
"Hand" cursor seems to work correctly, but only displays for a few
milliseconds after every mouse event is generated. (Mouseovering a view
initially shows the hand but soon changes to a regular pointer)
Example 28.7
Even when moving the cursor in continuous circles, the cursor is a hand
(as long as the mouse continues to move), except for one display "frame"
every revolution in which a regular black pointer is displayed.
Example 28.10
Doesn't seem to work at all
(Maybe we should open up a bug report for all of this?)
-Rich