Forum Discussion

joker6413's avatar
joker6413
Occasional Contributor
15 years ago

Style attribute on table tag prevent TC from finding controls inside the table

Hi i am novice. Please give me advise where to post such issues.





I have made script test of web form. Simple form plus link surrounded by 1 cell table. TC (7.50.653.7) can't find the link if table have attribute style:







 <table style="width:600px" class="formTable" >

 <tr><td>

  Link title

<asp:LinkButton ID="btnDoLogin" runat="server" OnClick="btnDoLogin_OnClick">Enter system.</asp:LinkButton>

</td></tr>

</table>





when i remove style attribute everyting works fine.





Is there workaround of this issus or was it fixed in latest versions?