RichTextArea: caret with inline node

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx26
    • Affects Version/s: jfx24
    • Component/s: javafx
    • b17

      User feedback:

      When a paragraph ends with an INLINE_NODE and one tries to go to the end
      of the line/paragraph (either via API or K/B end) then the caret moves
      to the starting position of the node and not after it.

      If one presses a key at this point then the typed character appears
      correctly after the node and the caret adjusts correctly.

      If I'm not mistaken, from what I can tell by stepping through the code
      at runtime, it looks like everything works fine until
      TextCell.getCaretShape:189 where TextFlow.caretShape seems to return the
      wrong position ?

            Assignee:
            Andy Goryachev
            Reporter:
            Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: