Problem/Motivation
Clicking escape gets rid of the loading animation but there is still an overflow:hidden style on the body that isnt reset.
Steps to reproduce
trigger the loading animation and click escape. Scrolling the page is disabled.
Proposed resolution
remove the overflow:hidden style from the body when the loader is closed.
In fact, there should be an unlockScreen() function that you can call from your own js for other events that should close it as well.
I will try to provide a patch for this.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | scrolling-is-still-locked-issue-fixes-3395980.patch | 353 bytes | viren18febs |
Issue fork page_load_progress-3395980
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
viren18febs commentedHi @loze
I have fixed the issue & added a patch file , please review.
Comment #3
damienmckennaI can confirm that patch #2 fixes the problem, thank you!
Comment #4
i-trokhanenkoComment #6
i-trokhanenkoThanks!