t3 / scroll
Prevents scroll jumps in TYPO3 CMS backend.
Installs: 24 026
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 1
Language:JavaScript
Type:typo3-cms-extension
Requires
- php: >=8.1
- typo3/cms-core: ^12.4
README
TYPO3 CMS extension to prevent scroll jumps in the backend. It works in the page module as well as in the list view.
Installation
Just install the extension, like any other TYPO3 CMS extension. TYPO3 10 and 11 are supported.
Link to TER: https://extensions.typo3.org/extension/scroll
For Composer, you can use:
composer require t3/scroll
Setup
There is no configuration. Just install the extension and enjoy the experience :)
How it works
EXT:scroll registers two javascript modules (loaded by RequireJS) in the TYPO3 backend. One for the page module (ScrollPageModule.js
)
and another for the list view (ScrollRecordList.js
).
Both scripts utilize the sessionStorage API to store the current scrollTop position, before unloading the page.
Next time the page is loaded and a scrollTop value for this page has been stored in sessionStorage, the script will scroll to the saved position.
Support
If you like this TYPO3 extension, you can donate some funds to support further development. Thank you!
For help please visit the issue section on GitHub.
DDEV Environment
This repository contains a handy DDEV configuration, which allows you to run the extension in a local TYPO3 environment.
More info: https://github.com/a-r-m-i-n/ddev-for-typo3-extensions
Maybe also interesting for you
EXT:save - Brings Ctrl+S shortcut to TYPO3 backend