webrecorder / archiveweb.page

A High-Fidelity Web Archiving Extension for Chrome and Chromium based browsers!
https://chrome.google.com/webstore/detail/webrecorder/fpeoodllldobpkbkabpblcfaogecpndd
GNU Affero General Public License v3.0
786 stars 57 forks source link

Broken sidebar at docs.Wasmer.io #180

Closed ZheniaZuser closed 2 days ago

ZheniaZuser commented 10 months ago

The recorded page says "Install Wasmer" link is not saved, even when they are; expanding "Runtime", etc. elements doesnt work https://docs.wasmer.io/

ZheniaZuser commented 10 months ago

Similar things happen at Minecraft Wiki: https://youtu.be/EFxY3dH7Myc Clearing browser cache, cookies fixes this (temporarely) (but not for already saved pages)

Shrinks99 commented 10 months ago

The Wasmer docs apear to be using button elements to switch out page content and update the URL on the fly? ReplayWebpage does not seem to save this interaction properly. If you visit https://docs.wasmer.io/ and https://docs.wasmer.io/install in a new tab loading the page fresh it will record both. Other buttons in the sidebar continue not to function unless they are also visited seperately and loaded fresh.

wasmer-docs.zip

The Minecraft Wiki issue seems like it may be a ReplayWebpage problem? The stripped wood image has been downloaded and is available in the archived copy https://static.wikia.nocookie.net/minecraft_gamepedia/images/6/60/Stripped_Oak_Wood_%28UD%29_JE1_BE1.png/revision/latest?cb=20180802141410 but the JQuery tabs aren't working properly and interacting with them in ReplayWebpage doesn't display the stripped wood icon.

minecraft-wiki-test.zip

ikreymer commented 3 weeks ago

The recorded page says "Install Wasmer" link is not saved, even when they are; expanding "Runtime", etc. elements doesnt work https://docs.wasmer.io/

I think this maybe fixed in latest - wasn't able to repro this

ikreymer commented 2 days ago

Closing as fixed, reopen if issue persists