Page 1 of 1

about:home search form not submitting

Posted: Thu Oct 06, 2011 12:35 pm
by JosephFisher
We've just deployed FMFF 7.0.1. I've noticed that the default about:home page (with the frontmotion firefox earth logo) google search box doesn't submit. You can type into the box, but pressing search or hitting enter does nothing. I've noticed this on multiple machines that we deployed 7.0.1 to. Not sure if this is a bug in the package, or on some remotely hosted website somewhere. Anybody else experiencing this?

Re: about:home search form not submitting

Posted: Tue Oct 11, 2011 7:26 pm
by DraconPern
No problems here, works as expected on en-US

Re: about:home search form not submitting

Posted: Tue Oct 18, 2011 7:06 am
by AlexB
exactly the same issue here..

Re: about:home search form not submitting

Posted: Wed Oct 19, 2011 4:45 am
by AlexB
seem to have found the cause, when I have 'browser.startup.homepage_override.mstone' enabled and set to 'ignore' in group policy (to stop the what's new tab) and run firefox for the first time (i.e. no profile folder in app data) then the about:home page doesn't work.

If i set 'browser.startup.homepage_override.mstone' to not configured, gpupdate on the machine, delete the firefox profile folder and run it (as first time) then the whats new tab opens but the about:home page works correctly.

I can enable/disable that policy option and get the about:home page to work or not work every time.

Re: about:home search form not submitting

Posted: Thu Oct 20, 2011 6:51 am
by MadFurai
YES!!! I thought it was something to do with our new proxy, but now I see others are having the exact same issue. If you set the override.mstone value to ignore, then the about:home page doesn't load the Google image and the search button doesn't work.

Also, if you allow the firstrun web page to show up by removing the ignore statement, then it takes you to a URL path that gives you a 404 page not found error. The problem seems to be that the path has /projects/ in it.

Re: about:home search form not submitting

Posted: Thu Oct 20, 2011 6:56 am
by AlexB
A work around i've found is instead of using the mstone ignore setting just set 'startup.homepage_override_url' and 'startup.homepage_welcome_url' to 'about:home'.

That way, each upgrade/first-run will result in two tabs opening to about:home but at least about:home works and there's no 404 page problems.

Re: about:home search form not submitting

Posted: Thu Oct 20, 2011 8:00 am
by MadFurai
My workaround was to set the welcome URL to this:

http://www.mozilla.com/en-US/firefox/%V ... /firstrun/

and the override_url to this:

http://www.mozilla.com/en-US/firefox/%V ... /whatsnew/

This prevents the 404 error, but doesn't help if you are still wanting to use the "ignore" statement.