display:none for accordion content panels causes sizing issues
I've got an accordion panel and I'm loading the contents of those panels with JQGrids. The loads are occurring dynamically as users make selections so the content panels have to be loaded while they are hidden. Since the hidden content panels have the display:none attribute set, this is causing some width anomalies with the grids since the widths cannot be computed correctly while hidden. It seems that there would be a better way to hide the content by using absolute positioning and shifting the contents left say -10000px... Anyone aware of this issue? Seems to me it should be addressed as a bug in the accordion panel plugin.