Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

Click and change events on checkbox elements which are not appended into document tree

  • 2 Mbohovái
  • 2 oguereko ko apañuãi
  • 10 Hecha
  • Mbohovái ipaháva demoniqus

more options

I created fragment of html-code with a radio-group. But I didn't append this fragment into document tree because I need to configure this fragment using click event of first radio-element BEFORE I will show it to users. I use JQuery to set click handler. After it I call this handler through input.click(). Handler works but the property CHECKED in radio-element doesn't change until radio-element is not appended into document tree. Only FF behaves so - other browsers (IE, Chrome, Safari) change this property. When I appended radio-element into document tree then FF could change this property. Can You explain to me why FF behaves so, please?

PS Checkbox-elements behave also PSS Attachment contains an image of example

Best regards.

I created fragment of html-code with a radio-group. But I didn't append this fragment into document tree because I need to configure this fragment using click event of first radio-element BEFORE I will show it to users. I use JQuery to set click handler. After it I call this handler through input.click(). Handler works but the property CHECKED in radio-element doesn't change until radio-element is not appended into document tree. Only FF behaves so - other browsers (IE, Chrome, Safari) change this property. When I appended radio-element into document tree then FF could change this property. Can You explain to me why FF behaves so, please? PS Checkbox-elements behave also PSS Attachment contains an image of example Best regards.

Opaite Mbohovái (2)

more options

Maybe best to ask about this on Stackoverflow.

more options

I asked on Stackoverflow already. But I think that developers can answer me quicker