Issue 97: trigger to know when many events resize the height of the calendar
Status:  Duplicate
Merged:  issue 243
Owner: ----
Closed:  Jan 2010
Reported by gosp...@gmail.com, Sep 13, 2009
What steps will reproduce the problem?
1.use ajax to load events dynamically
2.add lots of events which may cause calendar grow bigger
3.resize event doesn't trigger. :(

What is the expected output? What do you see instead?
please trigger the resize event.

What version of the product are you using? On what operating system?
1.2.1

Please provide any additional information below.
plz see pics, I put the calendar in a white panel and set the height of 
panel dynamically at resize event. But after the ajax events loaded, the 
calendar grows taller and kick my fieldset out of my panel. The panel 
height setting function doesn't trigger well.
beforeEventLoading.jpg
110 KB   View   Download
exploded.jpg
130 KB   View   Download
Sep 22, 2009
Project Member #1 adamrs...@gmail.com
yeah, i see exactly what's going on. the 'resize' trigger (which was renamed to 
'windowResize' in 1.3) only triggers as a result of the user resizing the window, never 
for any other reason. it'd be nice to have a single trigger that fires whenever 
ANYTHING causes the calendar to resize.

Detecting ANYTHING would be impossible (might be caused by changes in the dom as a 
result of javascript calls), so this hypothetical option might seem misleading. i'll 
think about this more, but my gut reaction is to have a new trigger fire whenever all 
events are done rendering, so that you could adjust your interface's dimensions 
afterwards.

either way, i'll come up with a fix by the next version. thanks
Summary: trigger to know when many events resize the height of the calendar
Status: Accepted
Jan 19, 2010
Project Member #2 adamrs...@gmail.com
merging with another issue, b/c i think the other issue presents a better solution
for the same problem...
Status: Duplicate
Mergedinto: 243