ging / social_stream

A framework for building distributed social network websites
http://social-stream.dit.upm.es/
MIT License
1.13k stars 307 forks source link

Mouse pointer "parallax" bug in calendar #427

Open srtech opened 11 years ago

srtech commented 11 years ago

After around the first half dozen rows of the calendar (around 7 am), the slot after the one clicked by the mouse pointer is selected

For instance (see image below), I clicked on the 11:00 to 11:30 slot using the mouse pointer but the 11:30 to 12:00 time slot was selected.

screen shot 2013-05-28 at 5 09 19 pm

atd commented 11 years ago

I have been looking closer at this. It gets worse at the rows at the bottom of the calendar. It seems the fullcalendar plugins expects the rows to be one pixel higher at least. So they turn de-synchronized

/cc @crispinh2o