Page 1 of 1

Firefox / Shipping Estimate bug

Posted: Mon Jan 12, 2009 12:44 pm
by kastnerd
I use Firefox and so is 34% of my users
A fresh install of Able 7.1. when using the Shipping Estimate i like to hit enter after i enter the zip code. In IE it works fine but in Firefox it just brings me to the home page. I have to manually click "Go" or hit tab then enter.

Re: Firefox / Shipping Estimate bug

Posted: Tue Jan 13, 2009 6:47 am
by mazhar
Confirmed. You can try the following quick workaround. Edit the ConLib/BasketShippingEstimate.ascx file and locate the following line of code

Code: Select all

<asp:LinkButton ID="SubmitButton" SkinID="Button" Text="Go" runat="server" OnClick="SubmitButton_Click" ValidationGroup="Estimate"></asp:LinkButton>
and change it as below

Code: Select all

<asp:Button ID="SubmitButton"  Text="Go" runat="server" OnClick="SubmitButton_Click" ValidationGroup="Estimate"></asp:Button>
Now edit the ConLib/BasketShippingEstimate.ascx.cs file and locate the below line of code

Code: Select all

PageHelper.DisableValidationScrolling(this.Page);
and make it look like

Code: Select all

PageHelper.SetDefaultButton(SubmitButton, SubmitButton.ClientID);
PageHelper.DisableValidationScrolling(this.Page);
Now check in both FF and IE.

Re: Firefox / Shipping Estimate bug

Posted: Tue Jan 13, 2009 8:15 am
by kastnerd
I think its listed as bug 6674 as well

Re: Firefox / Shipping Estimate bug

Posted: Tue Jan 13, 2009 8:25 am
by mazhar
This is different, It's related to LinkButton.

Re: Firefox / Shipping Estimate bug

Posted: Tue Jan 13, 2009 7:51 pm
by tosypian
Thanks for posting this fix!

Re: Firefox / Shipping Estimate bug

Posted: Thu Jan 15, 2009 8:49 am
by kastnerd
My company is small we have 6 people with computers, 5 of them use Firefox as the web browser.

The main site needs to work with Google Chrome and opera and firefox. But i have found that the admin side of the website only works in IE.

I have found a Bug in the admin side using IE

when making a Category under another Category, type in the name and hit enter. It clicks on (Parent Category) not Add like it should.

Re: Firefox / Shipping Estimate bug

Posted: Thu Jan 15, 2009 10:56 am
by mazhar
Seems good to me on my local install. What is your version of AbleCommerce?

Re: Firefox / Shipping Estimate bug

Posted: Thu Jan 15, 2009 1:04 pm
by kastnerd
BUILD: 10875
Attached is a photo
It did it on a sub sub Category