since there is a new update of Mozilla Firefox i got some problems with my events.
If i want to make an event 08.00 - 23.00 it looks like the attached picture. In the database and older versions of Mozilla Firefox everything is perfect. If i make an event 08.00 - 22.00 everything is perfect too. My time range is from 08.00 - 23.00 with 1 hour steps. The event he writes is ca. 20 minutes. Maybe there is a problem because 23.00 doesn’t exist for the scheduler. The max is 22:59:59 …
Let us check the steps to reproduce this problem. Here’s what I’ve tried:
scheduler.config.first_hour = 8;
scheduler.config.last_hour = 23;
scheduler.config.time_step = 60;
Then on day view I’ve created event and then set it’s start_date to 8 and end_date to 23.
Event was updated correctly.
Is this text is your custom scheduler.templates.event_text template? If so - please provide it’s code.
I have the same configuration. Which text do you mean?
What i really don’t understand is that i have the correct time in the database and when i put 08.00 - 22.00 (and not 08.00 - 23.00) everything works fine.
Scheduler broke on us too with FF9, my friend even checked it on his Mac too: Working in FF8, update to FF9, onClick & onDblClick not working as expected any more. We are looking at our code atm.