/[Apache-SVN]
ViewVC logotype

Revision 1727932


Jump to revision: Previous Next
Author: rwhitcomb
Date: Mon Feb 1 13:25:17 2016 UTC (8 years, 1 month ago)
Changed paths: 2
Log Message:
PIVOT-983:  A similar bug was fixed in the VFS File Browser.  The issue
is that the "getRowAt" method of TableView returns -1 if the given
y position is past the end of the data length.  Trying to get row -1
from an ArrayList gives this IllegalArgumentException.  The solution
implemented in the previous fix was simply to check for the -1 row
value and exit early in that case.  So, port that fix to the regular
File Browser.

This is a merge of revision 1727931 from trunk to branches/2.0.x.


Changed paths

Path Details
Directorypivot/branches/2.0.x/ modified , props changed
Directorypivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26