royale-asjs
royale-asjs copied to clipboard
CursorManager.removeAllCursors() issue sdk 0.9.8#2556
Hi Guys,
It seem a found a little bug on sdk 0.9.8#2556 I make an Apache Royale application from an old Flex Application.
I have this in some classes :
CursorManager.removeAllCursors()
Compiling is fine but when running app , removeAllCursors doesn't works (still busy cursor is showing) and moreover, all code after removeAllCursors will be ignored. replacing removeAllCursors by removeBusyCursor is OK.
I don't know if issue is that documentation should add removeAllCursors method (but in this case it seems not working) or if compiler should reject removeAllCursors
Regards