pickadate.js icon indicating copy to clipboard operation
pickadate.js copied to clipboard

pickatime with classic theme is broken on Chrome 107

Open abelgarcia2 opened this issue 3 years ago • 10 comments

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

abelgarcia2 avatar Oct 30 '22 17:10 abelgarcia2

same problem here

weilingc avatar Nov 02 '22 01:11 weilingc

+1

mepsd avatar Nov 03 '22 09:11 mepsd

+1 same here on version 3.6.4

lgwozniak avatar Nov 03 '22 12:11 lgwozniak

+1

lyorb avatar Nov 03 '22 16:11 lyorb

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

DxMx3 avatar Nov 03 '22 18:11 DxMx3

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

It work thanks.

lgwozniak avatar Nov 04 '22 10:11 lgwozniak

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

abelgarcia2 avatar Nov 07 '22 08:11 abelgarcia2

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

martinbroos avatar Dec 06 '22 09:12 martinbroos

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

AlbertoGiolito avatar Feb 02 '23 14:02 AlbertoGiolito

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

damsfx avatar Mar 07 '23 15:03 damsfx