pitaj / nodebb-plugin-calendar

Fully-featured calendar plugin for NodeBB
42 stars 34 forks source link

Render issues in calendar overview #86

Closed Fank closed 7 years ago

Fank commented 7 years ago

image

Fank commented 7 years ago

This issue is caused by Uncaught SyntaxError: Invalid regular expression: /(^|\.)change(\.|$)/: Stack overflow

And happened only on events with repeat enabled and Mandatory disabled

Fank commented 7 years ago

The loop:

The .date() in datepicker will trigger the "on change" listener, but don't know why.

gtfr commented 7 years ago

I do not know if this is related, but the date shown in the event pop up is in the past and you can not select a valid date for response.

Fank commented 7 years ago

[event][name]over month[/name][allday]false[/allday][startDate]1497537360000[/startDate][endDate]1500132960000[/endDate][reminders][][/reminders][location]asd[/location][description]asd[/description][mandatory]false[/mandatory][repeats]{"every":{"daysOfWeek":[0]},"endDate":1506549600000}[/repeats][/event]

pitaj commented 7 years ago

Ok that's weird... I changed to the German timezone, and now I can reproduce this. I'll look into it further in the morning.