google-code-export / gwt-ext-ux

Automatically exported from code.google.com/p/gwt-ext-ux
1 stars 3 forks source link

how to force sort order every time button browse is clicked #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mark any type of sort option, eg. ASC (ascending)
2. Upload some files: a.txt, b.txt, aa.txt with any content
3. The expected queue list, when sort option is ASC, sholud be: a.txt, aa.txt, 
b.txt however when you click browse button the last uploaded file is put in the 
end of the queue.

What is the expected output? What do you see instead?
I expect to have fired a sort event every time the file is uploaded, to be put 
in the correct place of the list

What version of the product are you using? On what operating system?
gwt-ext-ux-0.4.jar
Windows XP, Java 1.5 update 22

Please provide any additional information below.
How to extend UploadDialog.class to be able to perform sorting every time the 
file is added so every time the browse button is clicked. I would like to have 
that functionality from java source code.

Original issue reported on code.google.com by Matula.M...@gmail.com on 17 Jun 2010 at 9:25