Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

The best choice for your web site host, email hosting, and domain registration.
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Biz Modules provides professional business modules and solutions for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
Click here to go to dev.live.com for Windows Live developer resources
SteadyRain
DataSprings - Great Ideas. Always Flowing.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  ClientAPI Compo...  Expand/Collapse always collapsing.
Previous Previous
 
Next Next
New Post 5/31/2008 4:12 PM
User is offline Jon Henning
1581 posts
www.codeendeavors.com
5th Ranked










Re: Expand/Collapse always collapsing. 

When I expand/collapse, my browser does not do a postback.  I have IE7 on Vista.  I am wondering if either you are getting a script error (please try and turn on script error notifications - Tools -> Internet Options -> Advanced (tab) -> Check Display a notification about every script error).

Other than that, I wonder if somehow your useragent is different and not making IE7 detected as uplevel...

 


 
New Post 6/5/2008 6:26 PM
User is offline Mike_Pierce
5 posts
10th Ranked


Re: Expand/Collapse always collapsing. 

I turned on the notifications and verified that I was getting them on a site that I knew had a few js errors.  I didn't get any notifications on my site (piedmontok.org) while I was able to recreate the problem.  I'm posting my user-agent and my version of IE7.  Need any other info to troubleshoot?  Also, when you attempted to recreate it as described in my previous post and were unable to?  It seems to have some correlation with ajax calls being initiated or not being initiated before I try to expand/collapse a container... can't seem to pin it down (although I thought I had in my previous post). 

USER-AGENT:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322; KTXN B0A0T0)

The Elements of Your User Agent String Are:

Mozilla/4.0
compatible
MSIE 7.0
Windows NT 6.0
SLCC1
.NET CLR 2.0.50727
Media Center PC 5.0
.NET CLR 3.0.04506
.NET CLR 1.1.4322
KTXN B0A0T0

 

The Full Header Sent by Your Browser is:

HTTP_CONNECTION:Keep-Alive
HTTP_ACCEPT:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/x-shockwave-flash, application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/x-silverlight, */*
HTTP_ACCEPT_ENCODING:gzip, deflate
HTTP_ACCEPT_LANGUAGE:en-us
HTTP_HOST:whatsmyuseragent.com
HTTP_REFERER:http://www.google.com/search?q=what+is+my+user-agent&rls=com.microsoft:*:IE-SearchBox&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7DKUS
HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322; KTXN B0A0T0)
HTTP_UA_CPU:x86

Browser Version:  7.0.6000.16643
Update Versions:  0

Your continued help would be much appreciated... I'm getting close to launch and would love to know that all versions of browsers can enjoy an intuitive experience on my first DNN site.

Thanks for all your help!

Codegrad

 
New Post 6/10/2008 7:45 PM
User is offline Jon Henning
1581 posts
www.codeendeavors.com
5th Ranked










Re: Expand/Collapse always collapsing. 

This is the same useragent I have on one of my PCs.  Unfortunately, I am not able to reproduce it.  The problem seems to stem from the fact that the actual postback is not being canceled (i.e. updatepanel postback happens).

Not sure how to troubleshoot this...


 
New Post 6/22/2008 7:25 AM
User is offline Alessandro Orlandi
2 posts
10th Ranked


Re: Expand/Collapse always collapsing. 

I have the same problem, it started to appear after an update of the IE version ( Browser Version:  7.0.6000.16643) on a Vista PC. I get the problem browsing different sites (a production one, still on DNN 4.7.0, hosted on Windows Server 2003 as well as a development one with DNN 4.8.3 on a Vista Business). This behaviour affects the standard administration pages , such as the portal administration one, using the delivery standard skins, so apparently it does not depend on any customization.

The problem does not rise on Firefox (any version) nor using different versions of I.E. (accessing the same sites!).

I tried to debug a little bit using a development version of previously said production site (i.e. DNN 4.7.0, SOLPART Menu, no custom modules exploiting Ajax, no updatepanels etc.).

When you click on the +/- icon the client code is correctly executed, after that a post is issued that causes the reload of the page (and MinMax returning to the previous state).

  • The __dnn_SectionMaxMin function returns true, trying to cancel the postback
  • The  onclick corretcly executes the 'return false' statement
  • Then control returns to the Ajax Framework and in the end executes the following code:

function anonymous() {

 

m_oSolpartMenu["dnn_dnnSOLPARTMENU_ctldnnSOLPARTMENU"].bodyclick();

m_oSolpartMenu["dnn_ctr572_dnnACTIONS_ctldnnACTIONS"].bodyclick();

m_oSolpartMenu["dnn_ctr573_dnnACTIONS_ctldnnACTIONS"].bodyclick();

}

that seems cause the postback.

If you hover over the menu, the behaviour disappears and everything goes right untill you does not reload the page.

I hope this can be of some help.

 
New Post 6/23/2008 6:06 AM
User is offline Jon Henning
1581 posts
www.codeendeavors.com
5th Ranked










Re: Expand/Collapse always collapsing. 

Thanks for the additional info, though I still can't see what the problem could be. 

Could you try something for me?  Open up a page where you can consistently reproduce the problem.  Do a File -> Save As... Change Save as type to (Webpage, complete).  Save the page to an empty folder and zip up the contents.  Hopefully I can then get this to happen locally here.  Then email me directly with the file.

Thanks.


 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  ClientAPI Compo...  Expand/Collapse always collapsing.
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


DNNCovered.com - Your Offshore Dotnetnuke Partner
Dnncovered.com is the only Dotnetnuke offshore outsourcing center specializes in DNN skinning and module development with lowest pricing and quality service. Our staff is dedicated to websites based on DNN and our graphic designers are creative and imaginative well enough to provide customers the complete set of skinning solutions and packages
www.dnncovered.com
PointClick.Net DNN Solutions
DotNetNuke Hosting Platform for Business and personal use.
PointClick.Net Hosted Solutions
Advanced Web Portals by Infoscaler
Infoscaler is a California based company that provides advanced Web Portals, E-commerce Sites, Database Applications and Intranet Solutions on the DotNetNuke and Microsoft.NET platforms.
www.infoscaler.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP