Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'forceCursor' to showCursor function #2249

Closed
Allerek opened this issue May 30, 2021 · 1 comment
Closed

Add 'forceCursor' to showCursor function #2249

Allerek opened this issue May 30, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Allerek
Copy link
Contributor

Allerek commented May 30, 2021

Is your feature request related to a problem? Please describe.
Yes, for now showCursor is resource-dependent, that means - if we have enabled cursor in one resource, and try to disable it in another one it simply just wont work as MTA will detect that cursor was earlier requested by another resource. This can sometimes lead to problems when user is stuck with the cursor on screen, and can't do nothing but reconnect.

Describe the solution you'd like
New argument to showCursor function called forceCursor, which will skip checking if showCursor was requested by another resource, and force cursor to enable/disable anyways.

Describe alternatives you've considered
Just remove dependency?

Additional context
Pepega

@Allerek Allerek added the enhancement New feature or request label May 30, 2021
@FileEX
Copy link
Contributor

FileEX commented Jun 7, 2021

Duplicate of #891

@Allerek Allerek closed this as completed Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants