royale-asjs icon indicating copy to clipboard operation
royale-asjs copied to clipboard

CursorManager.removeAllCursors() issue sdk 0.9.8#2556

Open cristallium opened this issue 5 years ago • 0 comments

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

cristallium avatar Dec 11 '20 12:12 cristallium