Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pickatime with classic theme is broken on Chrome 107 #1243

Open
abelgarcia2 opened this issue Oct 30, 2022 · 10 comments
Open

pickatime with classic theme is broken on Chrome 107 #1243

abelgarcia2 opened this issue Oct 30, 2022 · 10 comments

Comments

@abelgarcia2
Copy link

abelgarcia2 commented Oct 30, 2022

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: #1243 (comment)

@weilingc
Copy link

weilingc commented Nov 2, 2022

same problem here

@mepsd
Copy link

mepsd commented Nov 3, 2022

+1

@lgwozniak
Copy link

+1 same here on version 3.6.4

@lyorb
Copy link

lyorb commented Nov 3, 2022

+1

@DxMx3
Copy link

DxMx3 commented Nov 3, 2022

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

@lgwozniak
Copy link

lgwozniak commented Nov 4, 2022

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
Copy link
Author

abelgarcia2 commented Nov 7, 2022

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
Copy link

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

@AlbertoGiolito
Copy link

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

@damsfx
Copy link

damsfx commented Mar 7, 2023

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

temistokles added a commit to temistokles/pickadate.js that referenced this issue Jul 14, 2023
temistokles added a commit to temistokles/pickadate.js that referenced this issue Jul 14, 2023
…nk-time-picker

Fix amsul#1243 - Chrome displaying blank time picker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants