fullcalendar/fullcalendar-workspace

render data overlap view issue

cagmac opened this issue · 4 comments

My application reload data on click event, initially works fine but after several clicks the row on daily view overlaps. If I zoom the browser or click on next or back buttons, it fixes the view issue.
image
image

Would you be able to post a runnable, stripped-down demonstration of the bug? Would really appreciate it because the time saved reproducing will be time spent fixing.

Also, which browser are you using?

Hi, thanks to response, I have a codepen demostration: codepen link
I am using google chrome, but testing in firefox and safary is the same.

Thanks for the demo.

I couldn't easily get the callbacks working but the display issue should be fixed if you do the render from within the modal's on('shown.bs.modal') callback which is described here:

https://getbootstrap.com/docs/4.0/components/modal/

Thanks, acerix that fixed the issue.