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

Chrome 57 Time Pick Failure #31

Open
steven-isbell-zefr opened this issue Mar 24, 2017 · 5 comments
Open

Chrome 57 Time Pick Failure #31

steven-isbell-zefr opened this issue Mar 24, 2017 · 5 comments

Comments

@steven-isbell-zefr
Copy link

After updating to Chrome 57 the component no longer functions with any method handlers. When changing times, change handlers do not fire. Current time picker setup still functions in Safari and Firefox, as well as Chrome 56.

@ecmadao
Copy link
Owner

ecmadao commented Mar 27, 2017

Sorry for reply late, but I can't find the bug in my environment, using Chrome 57 and Safari 10.0.3.
Can you describe it more clearly? Thanks.
@steven-isbell-zefr

@steven-isbell-zefr
Copy link
Author

Thanks for the reply. That's interesting. Here's a breakdown of the JSX block we're using.

<TimePicker theme="classic" colorPalette="dark" timeMode="24" time={this.state.displayStart} onTimeChange={this.onStartTimeChange} onFocusChange={this.onTimeFocusChange} />

That code works on Chrome 56 and the most recent versions of Firefox and Safari, but fails when the browser is upgraded to Chrome 57. It will allow you to click the picker, the dropdown for the times will appear, but when you click a time, nothing updates. The onTimeChange function never fires.

@ecmadao
Copy link
Owner

ecmadao commented Mar 28, 2017

@steven-isbell-zefr
Is there any error messages in console ?

@steven-isbell-zefr
Copy link
Author

There are no error messages in either the Chrome Dev Tools console or the server console.

@Trakton
Copy link

Trakton commented Feb 14, 2019

I'm having the exact same issue under similar configs

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

3 participants