I would like to point out some bugs present in the Wikidata - The Distributed Game. I am not asking it in Wikidata is because of the reason that it is being hosted in wmflabs.
The problems/suggestions are:
1)In the page https://tools.wmflabs.org/wikidata-game/distributed/ , the option to open a link/option in new tab which appears when I press the scrolling button on mouse needs to be enabled(don't know whether its my browser issue).
2)In the same page, when I click an option(for example Common Category Matches), it redirects to the corresponding page. But, when I press the back button, it is not going to the previous page which I have visited recently.
3)I am able to find two options with same name ie. 'Automated Constraint Violation Correction' in which only one link is working. So my suggestion is to remove the inactive link. If it needs to be kept, then the name of any one of them needs to be changed.
If I am not at the right place, please tell me where I need to mention this. I am using Google Chrome browser(version 70) with adblock plus extension.
Description
Related Objects
Event Timeline
I've fixed the bugs, here's the patch :
Bug 1: Added mousedown event handler to detect middle click and support for ctrl+click as well
Bug 2: Added popstate event handler for browser history navigation
Bug 3: Used game label text to detect duplicate games, shows only the first occurrence of each game
Code is at : Github
Thank you!
The ticket tracker for the Wikidata Distriputed Game is here: https://bitbucket.org/magnusmanske/wikidata-game/issues?status=new&status=open
Can you submit it there so the author is aware of it?
Thank you for the feedback!
I've submitted a PR on Bitbucket : https://bitbucket.org/magnusmanske/wikidata-game/pull-requests/65
The patch file was created while I was learning the workflow and dealing with local environment setup issues.