Details
Description
When the accordion is first rendered, the height of the opened pane is not correct. Only after opening and closing the pane is the correct calculated autoHeight applied.
Activity
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
It will only be correct on the first time if there is a maxHeight to calculate. due to the time it takes to render all the contentPanes/accordionPanes, as well as client != "true", it may not have any other divs to calculate the height of. The only way to ensure the pane is fully shown the first time is to just let it be the height it needs for content. THen if a maxHeight is available, use it instead.