function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AidenAiden 

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="WVRouteMiner" sidebar="false">
<apex:includeScript value="http://maps.google.com/maps?file=api&v=2&key=abcdefg"/>      
    
<apex:form >
</apex:form>
</apex:page>

<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