Firefox / Shipping Estimate bug
Firefox / Shipping Estimate bug
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.
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
Confirmed. You can try the following quick workaround. Edit the ConLib/BasketShippingEstimate.ascx file and locate the following line of code
and change it as below
Now edit the ConLib/BasketShippingEstimate.ascx.cs file and locate the below line of code
and make it look like
Now check in both FF and IE.
Code: Select all
<asp:LinkButton ID="SubmitButton" SkinID="Button" Text="Go" runat="server" OnClick="SubmitButton_Click" ValidationGroup="Estimate"></asp:LinkButton>
Code: Select all
<asp:Button ID="SubmitButton" Text="Go" runat="server" OnClick="SubmitButton_Click" ValidationGroup="Estimate"></asp:Button>
Code: Select all
PageHelper.DisableValidationScrolling(this.Page);
Code: Select all
PageHelper.SetDefaultButton(SubmitButton, SubmitButton.ClientID);
PageHelper.DisableValidationScrolling(this.Page);
Re: Firefox / Shipping Estimate bug
I think its listed as bug 6674 as well
Re: Firefox / Shipping Estimate bug
This is different, It's related to LinkButton.
Re: Firefox / Shipping Estimate bug
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.
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
Seems good to me on my local install. What is your version of AbleCommerce?
Re: Firefox / Shipping Estimate bug
BUILD: 10875
Attached is a photo
It did it on a sub sub Category
Attached is a photo
It did it on a sub sub Category