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 for #812 caretBounds graphic bug #819

Merged
merged 1 commit into from
May 14, 2019
Merged

Fix for #812 caretBounds graphic bug #819

merged 1 commit into from
May 14, 2019

Conversation

Jugen
Copy link
Collaborator

@Jugen Jugen commented May 14, 2019

In ParagraphText.dispose() listeners need to be remove from selections and carets before clearing, otherwise the clear triggers a selection path update that results in an errant selection path appearing at the current cursor position.

Remove listeners from selections and carets before clearing in method dispose, otherwise the clear triggers a selection path update that results in an errant selection path appearing at the current cursor position.
@Jugen Jugen merged commit f3e89ff into FXMisc:master May 14, 2019
@Jugen Jugen deleted the Fix-for-issue-812 branch May 14, 2019 14:21
@Jugen Jugen restored the Fix-for-issue-812 branch May 20, 2019 12:09
Jugen added a commit that referenced this pull request May 20, 2019
Fix for #812 and #819 caretBounds graphic bug
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.

1 participant