mirumee / legacy-views

A legacy fork of Saleor that contains the old storefront and dashboard code
Other
14 stars 13 forks source link

Date Input Issue #10

Open zatin009 opened 5 years ago

zatin009 commented 5 years ago

What I'm trying to achieve

Input the Date Correctly

Steps to reproduce the problem

  1. When click on the Date input field
  2. The Date dashboard just show within a friction of second then it disappear immediately.

What I expected to happen

After clicking the date dashboard is still available for us.

Screenshots

System information Operating system: Ubuntu Browser:Chromium

zatin009 commented 5 years ago

Screen shot Screenshot from 2019-03-24 23-54-45

sammymwangangi commented 5 years ago

Facing the same issue.

zatin009 commented 5 years ago

I found the solution. We have to click on the date field which have the text. So that date field is working.

NyanKiyoshi commented 5 years ago

Note this only happens on Chrome, not in Firefox or Safari.

NyanKiyoshi commented 5 years ago

This is a bug from chrome, c.f.: https://github.com/Dogfalo/materialize/issues/6312 and https://bugs.chromium.org/p/chromium/issues/detail?id=941910 A fix was placed here: https://github.com/amsul/pickadate.js/pull/1145

Maybe @dominik-zeglen could figure something out...