You need to sign in to do that
Don't have an account?

In Firefox the Winter 11page drop-downs are not working for the following VF page
I'm running into an issue in Firefox with the Winter 11 release and the new UX theme.
Here's a Visual Force page that reproduces the problem;
<apex:page controller="MyController" >
<apex:includeScript value="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3"/>
<apex:form >
</apex:form>
</apex:page>
With this page if you try the drop-downs (e.g. the Force.COM dropdown shown in the top right for the new theme) you'll see that it works OK in Internet Explorer but not in FireFox.
I was able to narrow down this problem to including the above script. Presumably, there is a conflict with the included script and with Salesforce. I don't see any errors or issues in Fire Bug relating to this.
Does anyone have any suggestions on how to resolve?
Thanks!
Aiden