Hi all,
I have an issue with a TableCell value.
I edit an html table row via form, but when i check if it is edited it give me error.
Looking into the TableCell with the QuickWatch (I'm using VS plugin) i see that the TextContent has still the old value while only the InnerMarkup is correct.
I saw the different between InnerMarkup, InnerText and similar, here
The problem is that into the DOM Explorer i have <td>00000 edited</td>, and in an adiacent td of the same row, the TextContent is correct.
Can you help me?
Thanks for the support
Davide
5 Answers, 1 is accepted
This problem does not sound related to Test Studio.
Please elaborate.
Regards,
Ivaylo
Telerik
Well... the problem exists
I can't read the context of a specified <td>, after editing, using InnerText but i can do it for others <td> of the same row that I edited in the same way
There should be a reason... the DOM shows the same structure for the 2 <td> element with raw text inside, the difference is that i can read one with TextContent and InnerText and the other (the problematic one) with InnerMarkup only...
Solved the issue using table.Refresh();
I would add that, this time, I didn't like the answer that was given to me, without any attempt to support
Davide
Thanks for the clarification and I am glad you were able to fix the problem experienced.
Regards,
Ivaylo
Telerik