xwikisas / application-meeting

Application to handle meetings
0 stars 7 forks source link

Can't select start/end date on IE 11 and Firefox 89 - date picker doesn't appear #86

Closed ane-gabriela closed 2 years ago

ane-gabriela commented 3 years ago

Steps to reproduce:

  1. Access the Meeting application
  2. Click on the Create button to add a new meeting
  3. Add a title > Create
  4. Click in the Start / End date fields to open the date picker and select a date

Expected results: The date picker appears for the user to select a start and end date.

Actual results: The date picker doesn't appear on IE 11 and Firefox 89. It appears only on Chrome 91.

Environment: Windows 10, XWiki 13.4 with MySQL 8.0 and IE 11, Firefox 89 and Chrome 91

IE: CalendarDatePicker IE11

Fiefox: Firefox

Chrome: Chrome

mflorea commented 3 years ago

The way the Meeting.Code.MeetingSheet is loading moment.js conflicts with the way dateTimePicker.js loads it (using RequireJS packages). It might not be easy to fix without breaking any of the supported XWiki versions..