Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...New Dnn and Firefox 3.6.6. BROKENNew Dnn and Firefox 3.6.6. BROKEN
Previous
 
Next
New Post
7/28/2010 1:22 AM
 
@Goran

I don't have the issue with the menu in FF 3.6.8 on windows.
Could you visit this page: http://test.timo-design.nl/browsercaps/
And post the results?

Thanks, Timo
 
New Post
7/28/2010 2:42 AM
 
Sorry for hijacking, but I'm having the same problem. Nothing was changed on my end.

This page shows you how default asp.net detects your browser.

General ASP.NET

ASP.NET Version:
2.0.50727.3607
User running .NET process:
test.timo-design_web
Current Server Time:
7/28/2010 8:40:52 AM

ASP.NET Browser Caps

User Agent:
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.4) Gecko/20100611 Ant.com Toolbar 2.0.1 Firefox/3.6.4
Browser ID:
mozillarv
Type:
Mozilla1.9.2.4
Name:
Mozilla
Version:
1.9.2.4
Platform:
WinNT
Is Win32:
True
Supports Frames:
True
Supports Tables:
True
Supports Cookies:
True
Supports VB Script:
False
Supports
1.4
Supports Java Applets:
True
Supports ActiveX Controls:
False
CDF:
False
 
New Post
7/28/2010 4:17 AM
 
I get this:

General ASP.NET

ASP.NET Version:
2.0.50727.3607
User running .NET process:
test.timo-design_web
Current Server Time:
7/28/2010 10:15:51 AM

ASP.NET Browser Caps

User Agent:
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Browser ID:
mozillafirefox
Type:
Firefox3.6.8
Seems like the ANT toolbar is changing your user agent string..
Could you try without the toolbar?
 
New Post
7/30/2010 1:41 PM
 
Timo - understand your point, hope I didn't come off too short. Also, for what it's worth - I'm now experiencing this issue sporadically on the main DNN site. I'm trying to identify a pattern, but am not having much luck as of yet.

Wells Doty Jr
Online Content Development
 
New Post
8/2/2010 3:40 PM
 
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 ClientAPICaps.config. 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>
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...New Dnn and Firefox 3.6.6. BROKENNew Dnn and Firefox 3.6.6. BROKEN


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out