coderazzi / tablefilter-swing

TableFilter is a set of Swing components to support user-driven filtering on table.
https://coderazzi.net/tablefilter
MIT License
7 stars 2 forks source link

Incorrect Render with Column Type Date #15

Closed coderazzi closed 9 years ago

coderazzi commented 13 years ago

Original report by Anonymous.


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 sanedrak on 2011-05-24 23:03:12

coderazzi commented 13 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


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 issue reported on code.google.com by coderazzi on 2011-05-24 23:34:24

coderazzi commented 13 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


Solved on release 4.1.4

Original issue reported on code.google.com by coderazzi on 2011-05-25 22:53:11

coderazzi commented 9 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


Already resolved (previously, before migrating to BitBucket)