amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.02k forks source link

pickatime with classic theme is broken on Chrome 107 #1243

Open abelgarcia2 opened 1 year ago

abelgarcia2 commented 1 year ago

Hello, I've seen that with Chrome update 106 to 107 (my current version is 107.0.5304.87 (Official Build) (64-bit) on Linux Mint 20.03 ) the picker list items are not displayed correctly. An example of this can be seen for example at https://amsul.ca/pickadate.js/time/ image

With Firefox, the list are displayed as expect image

Solution: https://github.com/amsul/pickadate.js/issues/1243#issuecomment-1302542717

weilingc commented 1 year ago

same problem here

mepsd commented 1 year ago

+1

lgwozniak commented 1 year ago

+1 same here on version 3.6.4

lyorb commented 1 year ago

+1

DxMx3 commented 1 year ago

Change style to file "classic.css" Remove line 69 " transform: translateY(-1em) perspective(600px) rotateX(10deg);" Or transform: translate(-1em, 50%);

lgwozniak commented 1 year ago

Change style to file "classic.css" Remove line 69 " transform: translateY(-1em) perspective(600px) rotateX(10deg);" Or transform: translate(-1em, 50%);

It work thanks.

abelgarcia2 commented 1 year ago

Change style to file "classic.css" Remove line 69 " transform: translateY(-1em) perspective(600px) rotateX(10deg);" Or transform: translate(-1em, 50%);

Works also for me. Thanks a lot @DxMx3

martinbroos commented 1 year ago

Fix works for me as well. Is this something that will be in a new release ?

AlbertoGiolito commented 1 year ago

Helo, i have the some problem on chrome version 109.0.5414.120 and the fix don't work

damsfx commented 1 year ago

@amsul I don't understand why a bugfix relesase was not released to fix this problem.
Is the project still alive or abandoned?