Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Table is hidden when it should be shown in Firefox 9

more options

I have an web application that renders an html table. In IE this code shows fine:

table id="form1:table1" style="width: 100%;width: 100%" border="0" cellpadding="0" cellspacing="0"

Firefox 9 is adding the element hidden and therefore the table is not showing up.

table id="form1:table1" hidden="" style="width: 100%;width: 100%" border="0" cellpadding="0" cellspacing="0"

I've used Fiddler and can see that the generated html is like it is when I access the page using IE. Why is Firefox adding this element? I think its a bug. Help please!

I have an web application that renders an html table. In IE this code shows fine: table id="form1:table1" style="width: 100%;width: 100%" border="0" cellpadding="0" cellspacing="0" Firefox 9 is adding the element hidden and therefore the table is not showing up. table id="form1:table1" hidden="" style="width: 100%;width: 100%" border="0" cellpadding="0" cellspacing="0" I've used Fiddler and can see that the generated html is like it is when I access the page using IE. Why is Firefox adding this element? I think its a bug. Help please!

Ändrad av mjthalen

Alla svar (1)

more options

Hmmm, I wasn't aware of the hidden attribute. Do any of your scripts branch on which browser is being used, or whether they support HTML5?

This forum focuses on end-user support. You can find more web development help on the mozillaZine Web Development board. Separate forum, separate registration.