GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
410 stars 124 forks source link

MaterialDatePicker does not work correctly on Safari #1032

Open andreififiita opened 1 year ago

andreififiita commented 1 year ago
  1. The date picker cannot be opened on Safar: when you click the datebox, the picker popup appears and disappears quickly, it is almost impossible to use it. The behavior is the GMD demo: https://gwtmaterialdesign.github.io/gmd-core-demo/#datePicker
  2. The picker popup cannot be shown on the screen - if it located inside a container with overflow auto or hidden, it will be cut off. This does not happen on Chrome, it works correctly there.
  3. If I set the picker container as the document BODY, and then try to use the MaterialDatePicker in GWT a popup (for example a form in a modal popup with "glass"), the picker popup is displayed, but no element inside it can be clicked and neither it can be dismissed at all