Details
Description
If partial lines are appended to a TextArea and then "getCharacterBounds" followed by "scrollAreaToVisible" is called, Pivot throws java.lang.IndexOutOfBoundsException from TextAreaSkinParagraphView.getCharacterBounds:
java.lang.IndexOutOfBoundsException: ix = 38
at sun.font.StandardGlyphVector.getGlyphLogicalBounds(Unknown Source)
at org.apache.pivot.wtk.skin.TextAreaSkinParagraphView.getCharacterBounds(TextAreaSkinParagraphView.java:393)
at org.apache.pivot.wtk.skin.TextAreaSkin.getCharacterBounds(TextAreaSkin.java:442)
at org.apache.pivot.wtk.TextArea.getCharacterBounds(TextArea.java:1243)