I have a aspx application that is being upgraded to IE 11. The application grabs controls on the page and retrieves the height by using ClinetHeight in Javascript. In IE 8 the function works and returns the value of the height of the controls correctly, in IE 10 and IE 11 this function is returning 0. I am sure this is a bug in IE 10 and 11 since this function works in IE 8. Has anyone else seen this problem?? I have searched and I do see that the issue seems to be known but I want to verify that this is a bug.
Thanks you.