Defect #5769
closedPopup Calendar doesn't Advance in Chrome
100%
Description
Redmine 0.9.4.devel.3764 (MySQL)
When using the popup calendar in Chrome, you cannot advance more than one click (month/year). If you advance twice, the popup calendar goes blank. I can recreate this bug even here (see attached screenshot)
This doesn't happen in Firefox.
Files
Updated by Holger Just over 14 years ago
I can confirm the issue on Chrome 5.0.375.86 on OSX 10.6. The error message is "Uncaught illegal access in /javascripts/calendar/calendar.js?1277038037:1108
"
The issue is the same as http://code.google.com/p/chromium/issues/detail?id=43973. The proposed fix in this ticket solves the issue for me. I transformed it into a patch to Redmine and attached it here.
Updated by Holger Just over 14 years ago
Eric, could you please commit this patch?
Updated by Eric Davis over 14 years ago
- Status changed from New to Closed
- Assignee set to Eric Davis
- Target version set to 1.0.0 (RC)
- % Done changed from 0 to 100
- Resolution set to Fixed
I didn't have any issues with Chrome 5.0.342.9 beta on Linux but this does look like a JavaScript coding bug. Applied in r3822.