Project

Contents

Issue #00005374

Columnslider not visible when inside accordion module
Bug

If you embed a column slider module inside an accordion page the slider will not be visible when the accordion page is activated. The reason is, that the columns width is calculated to 0 inside <div>s width display:none.

We now trigger a window.resize event when accordion pages are activated. This solves the problem.

The change is done in JS module jquery-accordion in AFW.