MichaelJakubec / gtkjfilechooser

Automatically exported from code.google.com/p/gtkjfilechooser
1 stars 0 forks source link

Some file dir paths appear empty when when they are not. #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
This appears to happen on home folder directories where the files inside the 
directory are not enough to create a vertical scrollbar -> the view doesn't 
fill the viewport. There doesn't appear to be a problem if the dir being seen 
isn't a direct subdir of the home dir.

What is the expected output? What do you see instead?
The file list, a empty view until i resize the view enough that the vertical 
border of the resized viewport hit a space where one of files inside the dir 
would be, triggering a repaint i guess. 

Original issue reported on code.google.com by i30817@gmail.com on 8 Aug 2010 at 9:40

GoogleCodeExporter commented 9 years ago
I've not been able to investigate, but this is probably a invalid validate 
method btw (returning true on first call when it is not?).

I'm using the ubuntu open jdk. Sadly this thread:
http://mail.openjdk.java.net/pipermail/swing-dev/2011-January/001341.html

Shows the same problem but only on the sun jkd. :\

Original comment by i30817@gmail.com on 19 Jan 2011 at 2:32