[Plugin: Advanced iframe] Scroll to top of page on iframe reload
-
Hi there,
We just had an issue where an iframe reload resulted in the page being scrolled to the bottom. It’s apparently a common issue with iframes that have internal navigation and can be pretty confusing as the user has to scroll up to find the content.
The solution was hacking advanced-iframe.php so that
<iframe
… was now<iframe onload='window.parent.window.scrollTo(0,0);'
This was at about line 212. It’s less than ideal and it would be nice to have an option in the admin page to toggle this setting…
HTH,
Chris.
https://www.ads-software.com/extend/plugins/advanced-iframe/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Advanced iframe] Scroll to top of page on iframe reload’ is closed to new replies.