Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Control Z does not work to undo game moves.

  • 1 отговор
  • 1 има този проблем
  • 4 изгледи
  • Последен отговор от cor-el

more options

https://cardgames.io/spidersolitaire/ Control Z worked on another computer using a different browser, but it doesn't work here using Firefox on Linux Mint.

https://cardgames.io/spidersolitaire/ Control Z worked on another computer using a different browser, but it doesn't work here using Firefox on Linux Mint.

Всички отговори (1)

more options

I'm not seeing an access key bound to that button and there is also no JavaScript code that does an undo as far as I can tell, so I'm not sure how it would work with another browser.

This code will click the undo button:

document.querySelector("#undo > button").click();