We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The DateTimePicker Time Container is miss-placed in Safari after Time tab selection.
Time
At first iteration, it seems to be related to the missing preventScroll attribute of the focus function in Safari: https://developer.mozilla.org/en-US/docs/Web/API/HTMLOrForeignElement/focus
preventScroll
focus
I was able to reproduce this issue in the Material theme only, so further investigation in the kendo-themes could be done.
Material
kendo-themes
The text was updated successfully, but these errors were encountered:
cc @PreslavKozovski, could you please assist us with this?
Sorry, something went wrong.
Any update on this one?
kspeyanski
No branches or pull requests
The DateTimePicker Time Container is miss-placed in Safari after
Time
tab selection.At first iteration, it seems to be related to the missing
preventScroll
attribute of thefocus
function in Safari:https://developer.mozilla.org/en-US/docs/Web/API/HTMLOrForeignElement/focus
I was able to reproduce this issue in the
Material
theme only, so further investigation in thekendo-themes
could be done.The text was updated successfully, but these errors were encountered: