andreoupanagiotis / jquery-wordsearch-game

Automatically exported from code.google.com/p/jquery-wordsearch-game
MIT License
0 stars 0 forks source link

Problem with other <li> on the page #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have other <li> on the page
2.
3.

What is the expected output? What do you see instead?
Expected - When a word is found it gets "Crossed Off" the list
Instead - However many <li> you have before theGrid will be the offset.

Please provide any additional information below.
To fix change line 1298 to var w = $("#theGrid li").get(idx);

Original issue reported on code.google.com by seniortw...@gmail.com on 9 Nov 2012 at 11:31

GoogleCodeExporter commented 9 years ago
Fixed. 

Original comment by chepe...@gmail.com on 10 Feb 2013 at 7:21

GoogleCodeExporter commented 9 years ago
The issue is present on the current downloads!

Original comment by nachitox...@gmail.com on 18 Mar 2014 at 7:56