CSS-Tricks / The-Printliminator

https://css-tricks.github.io/The-Printliminator/
GNU Lesser General Public License v3.0
352 stars 42 forks source link

Form Data lost (opera) #22

Open R44D44 opened 5 years ago

R44D44 commented 5 years ago

tried to save a filled form w/o the luggage. that worked, it removed it. afterwards it was not possible to click the send button. i could reverse the PL action, but it would stay on. switching it off wouldnt help. reloading the page will loose all data input :-(

Mottie commented 5 years ago

Hi @R44D44!

The Printliminator only hides elements on the page. It never removes them!

If I had to guess, I would think that the code on the page itself is checking for changes in the DOM and that may be why the submit button isn't working. I'd have to see the form to give a definite answer.