Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] two DateChooserCombo's get coupled if they share the same DateFormatter

Now that I fixed the “bug” I had with DateChooserCombo.setFormatter I think I found a real bug/weird behavior:

 

When two DateChooserCombo’s are set to use the same DateFormatter instance and you select a date in the first, the date dat is shown in the second changes to the date you selected in the first.

 

Simple workaround: use a new DateFormatter instance for each DateChooserCombo.

 

(Not sure if this is serious enough to create a bug report for.)

 

Regards,

Henno Vermeulen

Huize Molenaar


Back to the top