How to reproduce
- Go to back-office
- filter on sitemap (it is important to arrived on the sitemap without lazy loading)
- double click on the page to open it
- click on a link in the page (it should be an internal link that is not currently displayed in the sitemap due to the filter)
Actual behavior
- An error occured
Ext.grid.plugin.BufferedRenderer.scrollTo(): Unknown record passed to BufferedRenderer#scrollTo Error: Unknown record passed to BufferedRenderer#scrollTo at new Ext.Error (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:2744:21) at Function.raise (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:2803:23) at Object.Ext.raise (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:2882:5) at constructor.scrollTo (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:239530:21) at constructor.doEnsureVisible (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:214419:17) at constructor.onLastExpanded (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:263077:21) at Object.callback (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:9249:30) at constructor.expander (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:263013:24) at Object.callback (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:9249:30) at constructor.onChildNodesAvailable (https://cms.anyware-services.com/plugins/extjs6/resources/ext-all.js:117973:25)
Thank you gauthier to have found this bug.