Nick-The-Uncharted / tablefilter-swing

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

Incorrect Render with Column Type Date #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using a Render for a datatype DATE, with format 'dd/MM/yyyy'
2. Returning an Object.class in getColumnClass 

What is the expected output? What do you see instead?
I wish the combobox show me the date in the render format, but the combobox 
show me the date and the time

What version of the product are you using? On what operating system?
TableFilter 4.1.3, Windows XP Sp2, Swingx 1.6.2

Please provide any additional information below.

Original issue reported on code.google.com by saned...@gmail.com on 24 May 2011 at 11:03

GoogleCodeExporter commented 9 years ago
Confirmed to be a regression error; any column with a provided Format will 
behave incorrectly when a choice is selected on the filter editor combobox.

Original comment by coderazzi on 24 May 2011 at 11:34

GoogleCodeExporter commented 9 years ago
Solved on release 4.1.4

Original comment by coderazzi on 25 May 2011 at 10:53