Internet explorer 10 - TD height set to 0 - Not showing up TD contents

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rbdagwal
    New Member
    • Dec 2014
    • 1

    Internet explorer 10 - TD height set to 0 - Not showing up TD contents

    IE10: I am tring to display a table on IE10, some of the cells data are missing. This work fine on IE9 and Chrome. When I refresh page, these cells shows the content but again contents from some other cells doesnt display.
    When I used developer tool on IE, I can see style etc for these cells are exactly same compared to cells that are showing data with only one difference as below

    In Developers Tool --> Layout tab, when I inspect these TDs, it shows height as 0px, but for other normal TDs it shows height as 10.19px, I am very sure that in src these TDs are exactly same(Style, height, width etc), seems that there is problem in rendering in IE10. When looked in HTML src, it shows content for TDs which is not getting rendered.

    Src for TD: <td width="" align="left" class="" id="Row16Col5" valign="middle" colspan="1">

    Any idea whats wrong here?

    I see similar question in Microsoft forum with status as Wont Fix! http://connect.microsoft.com/IE/feed...ets-0px-height
Working...