While looking for another issue, i stumbled upon a thread that was from about a year or so ago. In thread the user was having some sort of issue with Ubuntu and the version of firefox. I tired the fix from that thread and it seemed to fix the issue we are discussing in this thread. In the "js" folder there is a file called
. You will see that there are entries for the different supported browsers. Firefox is listed in there, but Mozilla is not. So I added Mozilla and it cleared up the issue.
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
functionality
nm
=
"DHTML"
desc
=
"Dynamic HTML"
>
<
supports
>
<
browser
nm
=
"IE"
minversion
=
"4"
/>
<
browser
nm
=
"FireFox"
minversion
=
"1"
/>
<
browser
nm
=
"Netscape"
minversion
=
"5"
/>
<
browser
nm
=
"Gecko"
minversion
=
"1"
/>
<
browser
nm
=
"Opera"
minversion
=
"7"
/>
<
browser
nm
=
"Mozilla"
minversion
=
"1"
/>
<
browser
contains
=
"Konqueror"
/>
<
browser
contains
=
"Safari"
/>
<
browser
contains
=
"Camino"
/>
<
browser
contains
=
"Mozilla"
/>
</
supports
>
<
excludes
>
</
excludes
>
</
functionality
>
<
functionality
nm
=
"XML"
desc
=
"Client Side XML Parsing"
>
<
supports
>
<
browser
nm
=
"IE"
minversion
=
"4"
/>
<
browser
nm
=
"FireFox"
minversion
=
"1"
/>
<
browser
nm
=
"Netscape"
minversion
=
"5"
/>
<
browser
nm
=
"Opera"
minversion
=
"7"
/>
<
browser
nm
=
"Gecko"
minversion
=
"1"
/>
<
browser
nm
=
"Mozilla"
minversion
=
"1"
/>
<
browser
contains
=
"Konqueror"
/>
<
browser
contains
=
"Safari"
/>
<
browser
contains
=
"Camino"
/>
<
browser
contains
=
"Mozilla"
/>
</
supports
>
<
excludes
>
<
browser
contains
=
"Mac_PowerPC)"
/>
</
excludes
>
</
functionality
>
<
functionality
nm
=
"XMLJS"
desc
=
"Requires Javascript Client Side XML Parsing"
>
<
supports
>
<
browser
contains
=
"Opera"
/>
<
browser
contains
=
"Konqueror"
/>
<
browser
contains
=
"Safari"
/>
</
supports
>
</
functionality
>
<
functionality
nm
=
"XMLHTTP"
desc
=
"Client Side HTTP Requests"
>
<
supports
>
<
browser
nm
=
"IE"
minversion
=
"4"
/>
<
browser
nm
=
"FireFox"
minversion
=
"1"
/>
<
browser
nm
=
"Netscape"
minversion
=
"5"
/>
<
browser
nm
=
"Opera"
minversion
=
"7"
/>
<
browser
nm
=
"Gecko"
minversion
=
"1"
/>
<
browser
nm
=
"Mozilla"
minversion
=
"1"
/>
<
browser
contains
=
"Camino"
/>
<
browser
contains
=
"Konqueror"
/>
<
browser
contains
=
"Safari"
/>
<
browser
contains
=
"Mozilla"
/>
</
supports
>
<
excludes
>
<
browser
contains
=
"Mac_PowerPC)"
/>
</
excludes
>
</
functionality
>
<
functionality
nm
=
"XMLHTTPJS"
desc
=
"Requires Javascript HTTP Requests"
>
<
supports
>
<
browser
contains
=
"Opera"
/>
<
browser
contains
=
"Konqueror"
/>
<
browser
contains
=
"Safari"
/>
</
supports
>
</
functionality
>
<
functionality
nm
=
"XSLT"
desc
=
"Client Side XSLT Processing"
>
<
supports
>
<
browser
nm
=
"IE"
minversion
=
"4"
/>
</
supports
>
<
excludes
>
<
browser
nm
=
"FireFox"
minversion
=
"1"
/>
<
browser
nm
=
"Netscape"
minversion
=
"6"
/>
<
browser
nm
=
"Opera"
minversion
=
"7"
/>
<
browser
nm
=
"Gecko"
minversion
=
"1"
/>
<
browser
nm
=
"Mozilla"
minversion
=
"1"
/>
<
browser
contains
=
"Konqueror"
minversion
=
"5"
/>
<
browser
contains
=
"Safari"
/>
<
browser
contains
=
"Mac_PowerPC)"
/>
<
browser
contains
=
"Camino"
/>
<
browser
contains
=
"Mozilla"
/>
</
excludes
>
</
functionality
>
<
functionality
nm
=
"Positioning"
desc
=
"Dynamic Positioning of Elements"
>
<
supports
>
<
browser
nm
=
"IE"
minversion
=
"4"
/>
<
browser
nm
=
"FireFox"
minversion
=
"1"
/>
<
browser
nm
=
"Netscape"
minversion
=
"5"
/>
<
browser
nm
=
"Opera"
minversion
=
"7"
/>
<
browser
nm
=
"Gecko"
minversion
=
"1"
/>
<
browser
nm
=
"Mozilla"
minversion
=
"1"
/>
<
browser
contains
=
"Konqueror"
/>
<
browser
contains
=
"Safari"
/>
<
browser
contains
=
"Camino"
/>
<
browser
contains
=
"Mozilla"
/>
</
supports
>
<
excludes
>
</
excludes
>
</
functionality
>
<
functionality
nm
=
"Motion"
desc
=
"Animation of elements"
>
<
supports
>
<
browser
nm
=
"IE"
minversion
=
"4"
/>
<
browser
nm
=
"Netscape"
minversion
=
"5"
/>
<
browser
nm
=
"Opera"
minversion
=
"7"
/>
<
browser
nm
=
"Gecko"
minversion
=
"1"
/>
<
browser
contains
=
"Konqueror"
/>
<
browser
contains
=
"Safari"
/>
<
browser
contains
=
"FireFox"
/>
</
supports
>
<
excludes
>
</
excludes
>
</
functionality
>
<
functionality
nm
=
"SingleCharDelimiters"
desc
=
"Supports single character delimiters (i.e. Char(18))"
>
<
supports
>
<
browser
nm
=
"None"
/>
</
supports
>
<
excludes
>
</
excludes
>
</
functionality
>
<
functionality
nm
=
"UseExternalScripts"
>
<
supports
>
<
browser
nm
=
"*"
/>
</
supports
>
<
excludes
>
</
excludes
>
</
functionality
>
</
capabilities
>