Nick-The-Uncharted / tablefilter-swing

Automatically exported from code.google.com/p/tablefilter-swing
1 stars 1 forks source link

setFilterOnUpdates(true) not working on large tables #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a table model, rather large
2. Define the filter header to update filter on updates
3. Update one (or few, not many) rows

What is the expected output? What do you see instead?
The expected output would be that the filters are updated, and the updated rows 
are filtered in/out
However, nothing happens. 

What version of the product are you using? On what operating system?
4.1.4 on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by luismp...@gmail.com on 7 Jun 2011 at 1:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The problem lies, in fact, on the JDK implementation, see bug 6791934
(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6791934)

The workaround is to request a revalidation of the table, to ensure the content 
is properly painted.

Unfortunately, the bug is still present on JDK 1.7

Original comment by coderazzi on 9 Nov 2011 at 5:01