Selecting a row using td node as argument fails(Regression bug after 1.10.16)
Selecting a row using td node as argument fails(Regression bug after 1.10.16)
![ziza](https://secure.gravatar.com/avatar/7aa9cf9cb0b42b46350d64cb738dbfb4/?default=https%3A%2F%2Fvanillicon.com%2F7aa9cf9cb0b42b46350d64cb738dbfb4_200.png&rating=g&size=120)
Hello,
after 1.10.16 i am unable to select a row passing a <td>
node from the table using row(),
working example with 1.10.16
not working example with 1.10.19
reading the change log i guess it has something to do with the following
-Fix: Using a node as a row selector when it had already been removed from the table could incorrectly select the row
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Thank you! We completely missed that frustratingly. I've committed the fix and a unit test to make sure it doesn't happen again.
The nightly version will be up-to-date with the change shortly.
Allan
Thank you for fixing this so quickly and awesome work for making a test case!
Yup. Switching to the nightly release fixed it. Can confirm that
cell()
is fixed too.