Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

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!

Geändert am von mjthalen

Alle Antworten (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.