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, ...dnn:Nav not recognizing click on menu items.dnn:Nav not recognizing click on menu items.
Previous
 
Next
New Post
10/9/2007 6:59 PM
 

Hi veeger,

I don't think it is a viewstate issue as I never set viewstate to in memory because of the problems you describe.  Thanks for adding your thoughts though.

Phen,

I have my own commercial CSS menu.  I have a feeling the old Solpart menu does not have this problem though, only because its been around a long time and I had never sen this issue.  This issue showed up about the same time that the new menu control was put into the default skins.


DotNetNuke Modules from Snapsis.com
 
New Post
8/26/2008 10:19 AM
 

I am able to reproduce it consistantly.

 

If you leave the browser window and come back the menu needs to be clicked twice.

 

I am not sure it is a DNN issue. It may be a browser issue. What with browsers requiring that you click an object before they can be activated.

 

I hope I am wrong and if anyone could fix it I know I would be grateful as I am sure others will as well

 
New Post
8/26/2008 8:11 PM
 

I've also been noticing this on one particular site of mine. I'm going to keep it open for a while today and see if I can pin it down.

Rob

 
New Post
10/2/2008 9:35 AM
 

I am able to reproduce it consistantly too. In my site  my11a.net (sorry it's in russian) try to click the second menu item (this is image gallery) and then surf thru the image gallery as it contains some albums. When you again will try to click the second menu item, this item needs to be clicked twice (or even triple if you came into album).

 
New Post
3/11/2009 11:28 AM
 

I had the exact same problem on my website (DNN Version 04.08.02) - even with the default DNN skin. I made a one-line change to the file, /js/dnn.controls.dnnmenu.js:

selectNode: function (oMNode)
{       
    if (this.selMenuNode != null)    //unselect previously selected node
    {
        this.selMenuNode.selected = null;
        this.selMenuNode.update('selected');
        this.assignCss(this.selMenuNode);
    }       
   
    //oMNode.selected = (oMNode.selected ? null : true); Comment-out this line
    oMNode.selected = true; // Add this line in its place
    ....

I haven't found any negative affects to making this change, and it seems to have completely solved the problem of having to click the menu item twice.

Hope this helps someone!

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...dnn:Nav not recognizing click on menu items.dnn:Nav not recognizing click on menu items.


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