On Sep 5, 8:03 pm, Valentin <[EMAIL PROTECTED]> wrote: [snip] > Save the above piece of code in a .htm file and run it in FIREFOX 3.0 > and IE 7. In FF 3 if we use stable 1.6.0.2 code works as expeected. In > IE 7 it fails. The problem is that I cannot extend the <object> tag
It does extend object element as far as I can see. E.g. `show`/`hide` work as expected. > with the $ function. It's really unbelivable that this hasn't been > documented / fix to this date ... <object>'s in IE are notorious for their buggy behavior. E.g. trying to call `appendChild` (which `update` uses internally) results in an error. It's also a good idea to file bug reports when you encounter such issues. It's not easy to test for all the edge-case scenarios. -- kangax --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
