MaxLaumeister / PageCrypt

Client-side password-protection for HTML
https://pagecrypt.maxlaumeister.com/
MIT License
506 stars 101 forks source link

There's a glitch. When you click on the password protected page, sometimes, half of the page is not displayed properly. Attached is a picture #1

Closed peterhaddad98 closed 7 years ago

peterhaddad98 commented 7 years ago

password protected

MaxLaumeister commented 7 years ago

Thank you for the bug report! I was not able to reproduce this bug on my computers though. It looks like a graphics card glitch to me, and part of what makes me think that is that the main page and demo page are separate code-wise, so when you click the live demo button, the browser navigates to the demo page and unloads the main page completely, so none of it should be showing anymore. I would bet that the glitch is specific to your computer/graphics card. Disabling hardware acceleration in Chrome may fix the issue. Good luck!