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

fix getCharacterBoundsOnScreen #1076

Merged
merged 1 commit into from Jan 25, 2022
Merged

Conversation

Jugen
Copy link
Collaborator

@Jugen Jugen commented Jan 25, 2022

Resolves #1073 textArea.getCharacterBoundsOnScreen(i, i) gives inappropriate bounds
Added code to return cursor like bounds when from == to.

Return appropriate bounds when from == to
@Jugen Jugen force-pushed the fix-getCharacterBoundsOnScreen branch from 5a72dcf to 510c8ad Compare January 25, 2022 17:41
@Jugen Jugen merged commit 8622410 into master Jan 25, 2022
@Jugen Jugen deleted the fix-getCharacterBoundsOnScreen branch January 25, 2022 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

textArea.getCharacterBoundsOnScreen(i, i) gives inappropriate bounds or throws IndexOutOfBoundsException
1 participant