everyonesdesign / Chess-Helper

Simple Chrome extension adding nice features to chess.com website
MIT License
51 stars 23 forks source link

clear input field after making a move #67

Closed Jan-de-Munck closed 1 year ago

Jan-de-Munck commented 1 year ago

basically the title, so you don't have to press backspace 2-4 times after every move

Jan-de-Munck commented 1 year ago

it should just be adding input.value = "''; on (new) line 87 of Chess-Helper/app/src/keyboard.ts but I'm not too familiar with git hub so I don't know if it's possible for me to make a merge request.

everyonesdesign commented 1 year ago

Hello, @Jan-de-Munck ! Could you check in which version you have the issue? A similar issue was fixed in version 6.3.1

everyonesdesign commented 1 year ago

And if you still having the issue with the latest version, could you, please, leave more information on where so that I can try reproducing the issue? E.g. browser, which page you're having the issue on (different Chess.com pages have different chessboard implementations) and anything else you think would be relevant.

Jan-de-Munck commented 1 year ago

ah, I just installed it of the firefox extension manager and it seems to be fixed now. Seems there was an update yesterday witch must've solved it

Jan-de-Munck commented 1 year ago

edit: nvm, it worked on daily puzzle, but in an online match it doesn't. when I press enter, the move gets done but the imput field doesn't clear. So i have to either press esc or backspace a few times. Firefox says version is 5.5.2 and last updated 2023-04-10 (yesterday)

everyonesdesign commented 1 year ago

Yes, you're right, the new version hasn't been released yet for Firefox.

5.5.2 is a very old version (May 9, 2021). Mozilla staff is reviewing the new version of the extension:

image

I don't know how long the review will take on their side. Feel free to keep the issue open until it's reviewed by Mozilla and then manually tested.

everyonesdesign commented 1 year ago

Hello! Version 6.3.2. went live in Mozilla store. Could you, please, check the issue? Thanks!

For now I'll mark the issue as solved, but feel free to reopen if reproduced again with the new version.