Issue 2269: Resizing is broken
Status:  Done
Owner: ----
Closed:  Sep 2014
Reported by derlei...@web.de, Sep 1, 2014
Steps to reproduce.

1. open http://arshaw.com/js/fullcalendar-2.1.1/demos/agenda-views.html
2. make the window narrow, really narrow
3. see the effect

Sep 1, 2014
Project Member #1 adamrs...@gmail.com
I'm having trouble reproducing this. on chrome i resize the window to be really narrow. (PS- i tested *event* resizing too. works). See my screenshot.

Does it matter what browser you use?
Screen Shot 2014-09-01 at 2.36.30 PM.png
86.5 KB   View   Download
Status: Reproducing
Labels: Type-Bug
Sep 1, 2014
#2 derlei...@web.de
I did not expect the calendar viewport to start scrolling. Where can I find a documentation of how the (I suppose new)  behavior is?
Is theere a way to have a fix aspect ratio? - So the view will never start to enter this scrolling behavior...

Thanks for answering: I am now not sure if I would consider it "bug" or "feature"
Sep 1, 2014
Project Member #3 adamrs...@gmail.com
Set the `height` option to "auto" to prevent scrollbars from appearing.

Full changelog that outlines these changes:
https://github.com/arshaw/fullcalendar/releases/tag/v2.1.0
Status: Done