dlsc-software-consulting-gmbh / GemsFX

A collection of JavaFX controls and utilities.
Apache License 2.0
436 stars 51 forks source link

Inconsistent Toggle Behavior of Date/Time Picker Popup on Icon Click #123

Closed leewyatt closed 2 months ago

leewyatt commented 2 months ago

We've noticed a discrepancy in the behavior of our custom date/time picker component compared to the default JavaFX date/time picker. In our implementation, clicking the icon button on the right side of the picker always opens the popup, regardless of its current state. This behavior diverges from the expected, where clicking the icon button should toggle the visibility of the popup based on its current state: if the popup is currently displayed, clicking the button should hide it, and vice versa.

leewyatt commented 2 months ago

fixed #124