xwikisas / application-meeting

Application to handle meetings
0 stars 7 forks source link

Error in JS console which prevents Calendar to be loaded in some cases #84

Closed ilieandriuta closed 3 years ago

ilieandriuta commented 3 years ago

STEPS TO REPRODUCE

Environment: Windows 10 Pro 64bit, Chrome 87, using an instance of XWiki 12.10.2 on PostgreSQL 13, Tomcat 9.0.41, Meeting Pro 1.11.1

  1. Login
  2. Go to Meetings app
  3. Click on 'Calendar' link
  4. Hit CTRL + F5

EXPECTED RESULTS

Calendar page is loaded (refreshed).

ACTUAL RESULTS

The calendar is not loaded. In browser's JS console there is the following error:

Calendar_view_error1

Calendar_View_error2

In some cases, the calendar is not displayed just when navigating to Calendar page (without even hitting CTRL + F5).

ignatescustefan commented 3 years ago

This issue is related to this one from macro-fullcalendar: https://jira.xwiki.org/browse/FULLCAL-60 and needs to be fixed there. According to my investigations, this is reproducing only in the chrome browser.

acotiuga commented 3 years ago

This issue should be closed when the FullCalendar dependency version will be updated. It was fixed as part of https://jira.xwiki.org/browse/FULLCAL-60.

mflorea commented 3 years ago

@acotiuga I'm not sure the Won't Fix label is OK. In platform we close an issue that was fixed in a third party library when we upgrade the version of that third party library to include the fix. This way we know that the issue has been fixed in a specific version of the platform. In this case, this issue should be closed when we upgrade FullCalendar Macro, so that the release notes of the Meeting application lists the fixed bugs.