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)

zizaziza 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

Answers

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin
    Answer ✓

    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

  • zizaziza Posts: 2Questions: 1Answers: 0

    Thank you for fixing this so quickly and awesome work for making a test case!

  • jackyw87jackyw87 Posts: 2Questions: 1Answers: 0

    Yup. Switching to the nightly release fixed it. Can confirm that cell() is fixed too.

This discussion has been closed.