cristallium opened a new issue #1000:
URL: https://github.com/apache/royale-asjs/issues/1000
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](https://royale.apache.org/asdoc/#!mx.managers/CursorManager)
should add `removeAllCursors `method (but in this case it seems not working) or
if compiler should reject `removeAllCursors `
Regards
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]