• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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



Any idea whats wrong here?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same problem. Also, I've noticed, the problem exists only at production and never appear on my local or testing environment.
Looks like a mysticism or an IE10 rendering bug + production specific settings.
Rishikesh, have you found any solution or workaround?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic