Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

element is disabled in Firefox but enabled in IE - why is it disabled? Need it to be enabled. Firefox 4.0.1

  • 5 odpovedí
  • 2 majú tento problém
  • 2 zobrazenia
  • Posledná odpoveď od stephanie.healy

more options

html source for Firefox indicates that element is disabled. html source for IE indicates that same element in enabled. Why is element disabled in Firefox?

html source for Firefox indicates that element is disabled. html source for IE indicates that same element in enabled. Why is element disabled in Firefox?

Vybrané riešenie

Is there any script running on that page that might cause it?

Does it also happen if you run Firefox in Save mode ?

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (5)

more options

What kind of element do you mean?

Can you post a link to a (test) page with that code or the code that is used?


A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

In IE source for ‘Add Doc Set’ button -

<input type="submit" name="method" value="Add Doc Set" class="button" id="Add_Doc_Set">

In Firefox – source is

<input type="submit" name="method" value="Add Doc Set" disabled="disabled" class="button" id="Add_Doc_Set">

more options

Vybrané riešenie

Is there any script running on that page that might cause it?

Does it also happen if you run Firefox in Save mode ?

more options

I ran it in safe mode and it now works - why is this?

more options

I disabled all add-ons - s/w ran in firefox. I enabled selenium add-on and s/w ran here also.

Thanks for the help.