Why would javascript click-areas not be working in IE8?
- by Edward Tanguay
I'm trying to find a bug in an old ASP.NET application which causes IE8 to not be able to click on the following "button" area in our application:
<td
width="150px"
class="ctl00_CP1_UiCommandManager1i toolBarItem"
valign="middle"
onmouseout="onMouseOverCommand(this,1,'ctl00_CP1_UiCommandManager1',0,0);"
…