Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to not automatically hook window.resize #54

Closed
wants to merge 1 commit into from
Closed

Add option to not automatically hook window.resize #54

wants to merge 1 commit into from

Conversation

thegrandpoobah
Copy link
Contributor

It can be useful to remove the responsibility to resizing from the fullcalendar control and instead have the developer manually trigger the required 'render' whenever /she/ deems that a resize happened. Consider cases where resize should only be triggered on a debounce because of complicated sizing code, or cases where the new size of the calendar component is dependent on the manually computed value of parent container.

In these cases, fullcalendar is inefficient because in effect the resize event is being triggered way too often.

This pull request simply delegates the responsibility to resize to the user of the fullcalendar control.

@arshaw
Copy link
Member

arshaw commented Aug 1, 2013

pushed to the next-release branch, v1.6.3

@arshaw arshaw closed this Aug 1, 2013
@arshaw
Copy link
Member

arshaw commented Aug 11, 2013

just released in v1.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants