-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Infinite loop, browser freeze #2788
Labels
Area: TypeScript
Priority: High
State: Pending Release
This issue has been resolved in the dev branch and is waiting on a new release
Type: Bug
Comments
iTzVirtual00
added a commit
to iTzVirtual00/tempus-dominus
that referenced
this issue
Apr 9, 2023
Break if current range-start is clicked to prevent infinite loop.
iTzVirtual00
added a commit
to iTzVirtual00/tempus-dominus
that referenced
this issue
Apr 9, 2023
Break if current range-start is clicked to prevent infinite loop
Hello 6.7.7 is published with this fix. Thanks again |
Eonasdan
added a commit
that referenced
this issue
May 22, 2023
* Fix #2788 (#2790) Break if current range-start is clicked to prevent infinite loop * adding placement option (#2789) * fixes #2785 (#2797) * fixes #2785 fixes #2783 fixes #2768 improves docs flow * fixed plugin/locale missing type defs * 2791 more tests (#2800) * validation tests * update datetime tests * "dates" tests * actions tests * fixing infinity loop bug in date range (#2798) * Improvements (#2801) * fixes #2795 * fixes #2784 * fixes #2687 * fixes #2786 * resolves #2764 * fix repl cdn links * fix date range bug * version 6.7.7 * version 6.7.7 --------- Co-authored-by: iTzVirtual_ <58611844+iTzVirtual00@users.noreply.github.com> Co-authored-by: Killian Hale <hale.killian@gmail.com> Co-authored-by: GitHub User <abdelrahman_nasr99@hotmail.com>
Eonasdan
added a commit
that referenced
this issue
Jul 3, 2023
* Fix #2788 (#2790) Break if current range-start is clicked to prevent infinite loop * adding placement option (#2789) * fixes #2785 (#2797) * fixes #2785 fixes #2783 fixes #2768 improves docs flow * fixed plugin/locale missing type defs * 2791 more tests (#2800) * validation tests * update datetime tests * "dates" tests * actions tests * fixing infinity loop bug in date range (#2798) * Improvements (#2801) * fixes #2795 * fixes #2784 * fixes #2687 * fixes #2786 * resolves #2764 * fix repl cdn links * fix date range bug * version 6.7.7 * version 6.7.7 --------- Co-authored-by: iTzVirtual_ <58611844+iTzVirtual00@users.noreply.github.com> Co-authored-by: Killian Hale <hale.killian@gmail.com> Co-authored-by: GitHub User <abdelrahman_nasr99@hotmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: TypeScript
Priority: High
State: Pending Release
This issue has been resolved in the dev branch and is waiting on a new release
Type: Bug
Prerequisites
Describe the issue
I've create an instance using the following options:
Please note the dateRange in options. Things runs fine clicking in the start and the end date of a range, however if the user clicks twice on the same date the browser just hang
StackBlitz fork
https://stackblitz.com/edit/tempus-dominus-v6-simple-setup-xbdyek?file=index.js
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of are you using? You can find this information from the sample StackBlitz.
6.4.4
What your browser's locale? You can find this information from the sample StackBlitz.
pt-BR
The text was updated successfully, but these errors were encountered: