OS info
Operating System : Windows 10.0.18363
Wappler Version : 3.0.1
Problem description
Inserting the new calendar widget in a page makes everything else disappear.
(I remember reporting a similar problem with the date picker a few months back)
Steps to reproduce
Create a simple page
Add a calendar widget
Watch everything disappear in Design view (and also in the browser)
I created a very simple page.
I included a zip file with the page code before and after inserting the calendar.
BeforeAndAfterCalendar.zip (2.1 KB)
And another with the screen capture after inserting a calendar in the page
report_2020-6-29_22-45-25.zip (102.5 KB)
Hope this helps,
Alex
Teodor
July 30, 2020, 4:39am
2
Are you sure this is not same issue as reported here:
Seems that they standard point the cdn to the latest version and that broke with the 5.0.0 release from yesterday. Here a fix. Edit all the urls from the fullcalendar to include a version number:
<script src="https://unpkg.com/@fullcalendar/core/main.min.js"></script>
<script src="https://unpkg.com/@fullcalendar/core/locales-all.min.js"></script>
<script src="https://unpkg.com/@fullcalendar/interaction/main.min.js"></script>
<script src="https://unpkg.com/@fullcalendar/daygrid/main.min.js"><…
It will be fixed in the next update.
Hi Teodor,
Thank you for the prompt response.
It likely is the same issue. I did what Patrick suggested and the calendar appeared.
I think this entry s/b merged with the others.
Thanks again,
Alex Schoijett
Libra Enterprise Consulting
647-924-7253
George
July 30, 2020, 3:43pm
4
This is fixed in Wappler 3.0.2
Excellent.
Thank you and sorry for the noise (my issue had already been reported)
Welcome back!
George
Closed
August 1, 2020, 4:00pm
6
This topic was automatically closed after 2 days. New replies are no longer allowed.