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
Posts: 2Questions: 1Answers: 0
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.