You found a bug! We've classified it as
EXTGWT-4784
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Sencha Premium Member
DateField/DatePicker in menu not working
Hi,
I have a DateField inside a panel that displays from a menu. In GXT 2 this arrangement worked fine, but I am unable to get it to work in GXT 4.What happens is that when you click to select from the DatePicker, the menu immediately closes and the date value is not selected. My panel has several fields on it and I don't want the menu panel to close when a date is selected.
This simplified code shows the problem...
Code:
SimpleContainer container = new SimpleContainer();
DateField dateField = new DateField();
FieldLabel label = new FieldLabel(dateField, "My Date");
container.add(label);
Menu menu = new Menu();
menu.add(container);
MenuBarItem menuBarItem = new MenuBarItem("Kipper", menu);
MenuBar menuBar = new MenuBar();
menuBar.add(menuBarItem);
Thanks for any assistance anyone can offer...
-
Thanks for the test. I see the issue, but not sure how to solve it yet. I'll get back with more soon.
-
Sencha Premium Member
Hi branflake,
Were you able to make any progress on solving this issue?
Thanks.
-
Engineering hasn't gotten to it yet. If you need a workaround, file a support ticket, bugs don't cost anything, and I can see if there are options around the issue and send that to you.
Thanks,
Brandon