CursorManager.removeAllCursors() issue sdk 0.9.8#2556
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the Apache Royale application case with CursorManager.removeAllCursors() and compare it with removeBusyCursor(). Trace whether the reported behavior comes from the runtime implementation, compiler handling, or the CursorManager documentation linked in the issue; done means the method behaves correctly or its unsupported status is clearly enforced and documented.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100