You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: This ParagraphText is not the parent of the given shape (CaretNode(name= position=0 paragraphIndex=0 columnPosition=0 Path[elements=[MoveTo[x=0.0, y=0.0], LineTo[x=0.0, y=0.0]], fill=null, fillRule=NON_ZERO, stroke=0x000000ff, strokeWidth=1.0])):
Expected: ParagraphText@1196785562(paragraph=Par[[]; StyledSegment(segment=# Markdown style=[heading])])
Actual: null
The text was updated successfully, but these errors were encountered:
Just use a long text and let the vertical scrollbar shows, scroll down to hide the first paragraph, then call getCharacterBoundsOnScreen(0, 0) to get bounds in some way, the exception I mentioned will out.
Since v0.11.5, the method
getCharacterBoundsOnScreen(int from, int to)
failed to get the bounds on screen.eg:
invoking
getCharacterBoundsOnScreen(0, 0)
throws exception:The text was updated successfully, but these errors were encountered: