dlsc-software-consulting-gmbh / CalendarFX

A Java framework for creating sophisticated calendar views (JavaFX 8, 9, 10, and 11)
http://www.dlsc.com
Apache License 2.0
782 stars 171 forks source link

MonthView Entry Modification Pop-up Closes Prematurely During Date or Time Change #208

Open leewyatt opened 7 months ago

leewyatt commented 7 months ago

We're encountering a problematic behavior in the MonthView component, where attempting to modify the time or date of an entry results in the modification pop-up closing automatically before the input is fully completed. For instance, if one intends to change the time to 12 o'clock and starts by entering "1," the pop-up closes immediately, preventing any further input. This issue makes it impossible to complete the modification of an entry's time or date within the interface.

image