Project:
UbercartCategory:
bug reportVersion:
Ubercart 1.3Priority:
normalStatus:
patch (needs review)I found a bug with IE 7 when you have the Checkout pane display options turned on: IE 7 will refresh the page and show a javascript error that the customer forgot to enter some required fields. Turned off it works fine.
-Use collapsing checkout panes with next buttons during checkout.
-Collapse a pane when its next button is clicked.



Re: IE Explorer 7 Bug with checkout pane next buttons
can anyone else confirm this?
Re: Re: IE Explorer 7 Bug with checkout pane next buttons
It actually doesn't fail for me, though I must confess I normally keep all the panes expanded to avoid the extra clicks for customers. What's more likely is that there's an IE specific JS error somewhere else on the page so that the onclick functions for those next buttons don't get fired off... in that case they'd submit like normal submit buttons and result in the errors you're getting.
Re: Re: Re: IE Explorer 7 Bug with checkout pane next buttons
Thanks I will dig deep and find out what's going on.