Community
Participate
Working Groups
Build Identifier: 20100617-1415 When the visible area to actual area ratio becomes too small then the scrollbar starts producing floating point values. TableLCA.readLeftOffset throws NumbeerFormatException. Reproducible: Always Steps to Reproduce: 1. Reduce the width of the table so that visible area to actual area is something like 1:10 2. Start scrolling horizontally 3. Scrollbar starts producing floating point values 4. TableLCA.readLeftOffset throws a NumberFormatException and crashes application
This seems to be yet another occurence of bug 316878
I can't reproduce it with 1.4M5 (now scrollbar implementation). Anyway, with the fix for bug 316878, this problem should not appear anymore.