-
Notifications
You must be signed in to change notification settings - Fork 25
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
Doesn't work with 23.3.0 #159
Comments
Can you provide more details? Java version |
@aetasoul Please find a reproducible example here: https://github.com/simasch-scratches/datapicker-validation/tree/fullcalendar-issue Make sure you checkout the branch fullcalendar-issue |
I'll check it |
Might be a problem regarding the time, when the plugins are registered. Not sure why this comes up with 23.3, but it seems to be a known issue. At least stackoverflow provides a lot of Q&A regarding this. Trying to reproduce and test those. |
In my minimal sample it helped to add the line before the Calendar import
Might be necessary to also add
but at least for me now it seemed to work. Will add that for now to fix that issue (I hope it does not break anything else :D) |
Released with 4.1.4. Please countercheck, if it also works for you |
@stefanuebe No doesn't work for me Please find a reproducible example here: https://github.com/simasch-scratches/datapicker-validation/tree/fullcalendar-issue |
Yes, you are right. On the first load I still get the issue, but on subsequent calls it does not occur anymore. That is really strange. |
Can you try if it works for you, when you change the imports in the full-calendar.js to
|
@stefanuebe Yes with this imports it works! |
Alright, then 4.1.5 is the version to go |
Thanks for your very fast support! |
I've opened a new issue with the problem added in 4.1.5 |
When using Fullcalendar with Vaadin 23.3.0 the application no longer starts.
In the browser log I see
The text was updated successfully, but these errors were encountered: