PIVOT-988:  Fix the inclusion check in TextPaneSkinElementView.getCharacterBounds().
It was using >= offset && <= offset + length, when it should be just:
>= offset && < offset + length
Thus the previous element was used to get the paragraph bounds, which results in
the position being on the previous line.

This fixes a variety of problems having to do with selections in TextPane!



git-svn-id: https://svn.apache.org/repos/asf/pivot/trunk@1747431 13f79535-47bb-0310-9956-ffa450edef68
1 file changed