I've a problem with Event.observe on the following site: http://www.seminardmc.at/de/menu10/seminare21/?termin=65
Sorry, the website is in German only. The problem occurs when I'm clicking the button "Jetzt anmelden / vormerken" on the left side of the page. In http://www.seminardmc.at/templates/dmc/functions/javascript/seminare.js on line 13 I'm defining an event handler as follows: $('anmeldenOpen').setStyle({cursor:'pointer'}).observe('click', this.open.bindAsEventListener(this)); The code before and after line 13 is working normally. But the method called "open" never gets triggered in IE8. It works, if I use IE9 and switching to IE8 by pressing F12. Using the IE8 directly, no error is thrown and nothing happens by clicking on the button. I've already tried other websites with IE8 with the same prototype version (1.7) where I also use the same notation for assigning an event handler: and it works! So something in www.seminardmc.at happens so Event.observe doesn't trigger and I absolutely don't know what to do! I've been testing for hours, even tried the newest prototype version. I've been using prototype.js since 2008 (I think), but this kind of behaviour never occurred. Please help! Thanks in advance, Mike -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/msg/prototype-scriptaculous/-/99GRVxo1vLAJ. To post to this group, send email to prototype-scriptaculous@googlegroups.com. To unsubscribe from this group, send email to prototype-scriptaculous+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.