Skip to content

CodeArea caretBounds graphic bug #812

@nashousni

Description

@nashousni

Using CodeArea getCaretBounds() method within big scripts makes a blue selection appear.
for example:
The following code:
codeArea.textProperty().addListener((observable, oldvalue, newvalue) -> {
codeArea.getCaretBounds().ifPresent(caretBounds -> {
});
});

creates this blue highlight:
caretBounds_bug
This issue appears in the version 0.9.3 but not in the 0.9.2 version

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions