Okay, I've placed my code at: http://jsfiddle.net/YKw2g/
If you try this code in say Firefox everything works fine. Correct behavior is when you click "Next" you should see a JavaScript alert saying "Submit Called". After that you will see some red text for an error message. This is all good. Now try it in the latest version of Opera (11.50). You will see that clicking the next button does nothing. From what I can see there are no JavaScript error messages. It appears that the HTML submit event is now disabled. I've included my external JavaScript files via my website. See: http://www.sawtoothsoftware.com/justin_test/ssi_javascript7_0_24.js On line 438 I call: var ClickableObj = InputObj.getParent(".clickable"); If you comment out that, Opera submits. Also, if you roll back to MooTools 1.2.5 Opera submits. Any ideas? Thanks, Justin On Aug 17, 12:14 pm, Arian Stolwijk <[email protected]> wrote: > Yeah, try to paste your relevant code into ahttp://jsfiddle.netwhich shows > the problem. I haven't seen such problems before (looking at that one line > of code). > > On Wed, Aug 17, 2011 at 8:12 PM, Justin <[email protected]> wrote: > > I have a very strange issue going on. My web page will not submit in > > Opera when using MooTools 1.3.2, and the getParent() function. If I > > go back to MooTools 1.2 it works. > > > The strange thing is that I'm not getting any JavaScript error > > messages. Simply by calling: > > > var ClickableObj = InputObj.getParent(".clickable"); > > > is somehow prevents the HTML submit event from being called. > > > I really need help on this. If you need my code please let me know. > > > Thanks, > > > Justin
