Skip to content

CodeArea in Dialog wrong caret position calculation #196

@daa84

Description

@daa84

Embed CodeArea to javafx javafx.scene.control.Dialog:

CodeArea codeArea = new CodeArea();
dialog.getDialogPane().setContent(codeArea);

Then try to select portion of text - looks like cursor position a bit shifted from original one, so it is hard to point to exact symbol.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions