When editing the 'textfield' (for want of a better word) of the DatePicker, I see the following happening when the view loses focus or when Enter is pressed:
- compiled with Oracle Java 8: the ValueChanged event fires
- compiled with OpenJDK 11: the event doesn't fire, so the text shows the edited value but the actual value is still the original one, which is of course confusing
Clicking the calendar button does fire ValueChanged in both versions.
I remedied it by unchecking the 'Editable' property in the Designer, but wonder if this is a bug or if there is a way to make the 11 version behave like the 8 one?
- compiled with Oracle Java 8: the ValueChanged event fires
- compiled with OpenJDK 11: the event doesn't fire, so the text shows the edited value but the actual value is still the original one, which is of course confusing
Clicking the calendar button does fire ValueChanged in both versions.
I remedied it by unchecking the 'Editable' property in the Designer, but wonder if this is a bug or if there is a way to make the 11 version behave like the 8 one?