Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Accordion doLayout is resetting the page scroll position
Ext version tested:
Browser versions tested against:
Description:
- Given an accordion layout that is longer than the screen, when I scroll down and expand or collapse a panel the scroll position on the page is lost. The scroll position jumps to the top of the accordion panel.
Steps to reproduce the problem:
The result that was expected:
- The scroll position should be maintained
The result that occurs instead:
- The scroll bar jumps to the top of the accordion
The only workaround I have found for this is to store the current scroll position in the beforeexpand and beforecollapse handlers for each panel in the accordion. And on the accordion itself call window.scrollTo(0, storedScrollPos) in the afterlayout handler.
-
Sencha - Support Team
Thanks for the report this is a known issue. Its Jira id is EXTJSIV-7869.
-
Sencha User
Seems like the same problem we are facing here: http://www.sencha.com/forum/showthre...top-of-pageHas this been fixed yet? Is there a way to follow the status of your JIRA issues?