page crashes when i hover over menu during page load

Last post 04-05-2005 4:51 PM by jhenning. 18 replies.

Sort Posts:

  • page crashes when i hover over menu during page load

    07-20-2004, 12:33 PM
    • Participant
      1,065 point Participant
    • eagertolearn
    • Member since 08-17-2003, 1:56 AM
    • Wisconsin
    • Posts 213
    i am not sure when this started but when i click on an item in the main menu and am hoverrin over it during page load the page crashes.. i get a message saying

    internet explorer cannot open the internet site (the address of the page)

    operation aborted...


    and then i get a page cannot be displayed message..

    any thoughts... ???? or sugesstions.. thanks....

    by the say running dotnetnuke 2.1.2 on 2000
    Ali Syed

    Web/Database Development intern



    Appleton

    Email: asyed@appletonideas.com

    Web: http://www.alisyed.net
  • Re: page crashes when i hover over menu during page load

    07-20-2004, 1:16 PM
    • Member
      135 point Member
    • tcelias
    • Member since 03-25-2004, 7:41 PM
    • Posts 27
    yup, this one's been around. I've downloaded the latest from solpart.com, tried all the suggestions in the forum here and at solpart to no avail. Seems to occur on menus where transitioning is set (Alpha), at least in my environments.
  • Re: page crashes when i hover over menu during page load

    07-20-2004, 1:48 PM
    • Contributor
      3,725 point Contributor
    • jhenning
    • Member since 09-26-2002, 4:11 PM
    • Illinois
    • Posts 746
    • TrustedFriends-MVPs
    if you have the latest version of the menu (1.3.0.6) then open up the spmenu.js file and find the line

    this.delaySubmenuLoad=(spm_getAttr(o, 'delaySubmenuLoad', '0') != '0' && spm_needsSubMenuDelay());

    and change it to
    this.delaySubmenuLoad=true


    I believe this will be a configurable property in the next dnn release. It already is in my menu.

    Bear in mind that this setting will make the submenus wait to render until the page is completely loaded. And in case you wondering, my menu is the only one suffering from this IE bug.

  • Re: page crashes when i hover over menu during page load

    07-20-2004, 2:01 PM
    • Participant
      1,065 point Participant
    • eagertolearn
    • Member since 08-17-2003, 1:56 AM
    • Wisconsin
    • Posts 213
    ohhh so that is what they ment by the delay problem.. i had read about it but i wasn not sure of the site effects... i have it working now.. thanks...
    Ali Syed

    Web/Database Development intern



    Appleton

    Email: asyed@appletonideas.com

    Web: http://www.alisyed.net
  • Re: page crashes when i hover over menu during page load

    07-20-2004, 2:21 PM
    Thank you jhenning.

    I've said it in the other thread, and I'll say it in this one. The SolpartMenu is a great asset to DNN. Thank you for all your efforts.
  • Re: page crashes when i hover over menu during page load

    07-20-2004, 2:36 PM
    • Member
      135 point Member
    • tcelias
    • Member since 03-25-2004, 7:41 PM
    • Posts 27
    Awsome! Thanks j.
  • Re: page crashes when i hover over menu during page load

    07-22-2004, 12:43 PM
    • Contributor
      3,725 point Contributor
    • jhenning
    • Member since 09-26-2002, 4:11 PM
    • Illinois
    • Posts 746
    • TrustedFriends-MVPs
    CORRECTION.

    This should be a change like this

    this.delaySubmenuLoad=(spm_getAttr(o, 'delaySubmenuLoad', '0') != '0' && spm_needsSubMenuDelay());

    and change it to

    this.delaySubmenuLoad=spm_needsSubMenuDelay();

    only "penalize" the menus that need to...
  • Re: page crashes when i hover over menu during page load

    09-20-2004, 6:22 PM
    • Contributor
      2,030 point Contributor
    • SamTanner
    • Member since 02-08-2004, 7:04 PM
    • US Gulf Coast
    • Posts 406
    I'm getting the IE "Operation Aborted" error on a site I'm building, and found this thread.

    Jon, you say the latest version is 1.3.0.6 - but searching your site, etc. the latest I find is v 1.3.0.3 ! I opened spmenu.js for editing, and didn't find the line: this.delaySubmenuLoad blah blah.

    What gives? Am I missing an update to the menu?

    Best regards,
    Sam Tanner
  • Re: page crashes when i hover over menu during page load

    09-20-2004, 9:54 PM
    • Contributor
      5,654 point Contributor
    • aaava
    • Member since 07-09-2004, 2:41 AM
    • Posts 1,170
    I also have 1.3.0.3 and see no this.submenuload. I'd had this error, and posted a thread on it, but it died a silent death, and still have the issue...any help to fix this before I make these sites public would be much appreciated...
  • Re: page crashes when i hover over menu during page load

    09-21-2004, 9:49 AM
    • Contributor
      3,725 point Contributor
    • jhenning
    • Member since 09-26-2002, 4:11 PM
    • Illinois
    • Posts 746
    • TrustedFriends-MVPs
    you can get v1.3.0.6 here or here. Not sure where you are getting 1.3.0.3 from.

    As a side note I am hoping to release v1.4.0.0 this week.
  • Re: page crashes when i hover over menu during page load

    09-21-2004, 12:51 PM
    • Contributor
      2,030 point Contributor
    • SamTanner
    • Member since 02-08-2004, 7:04 PM
    • US Gulf Coast
    • Posts 406
    Oh - you're talking about a Module. I was talking about the Core Menu system.
    I'll try this tonight.
    Thanks!
  • Re: page crashes when i hover over menu during page load

    09-21-2004, 2:06 PM
    • Contributor
      3,725 point Contributor
    • jhenning
    • Member since 09-26-2002, 4:11 PM
    • Illinois
    • Posts 746
    • TrustedFriends-MVPs
    Keep in mind that you don't need to install the module, you can simply take the solpartwebcontrols.dll and spmenu.js file and copy it into your folders. The core menu system and my module both use my menu.
  • Re: page crashes when i hover over menu during page load

    09-21-2004, 3:46 PM
    • Contributor
      2,030 point Contributor
    • SamTanner
    • Member since 02-08-2004, 7:04 PM
    • US Gulf Coast
    • Posts 406
    I would never have guessed that, although it makes sense. Many thanks for your help, Jon.

  • Re: page crashes when i hover over menu during page load

    11-20-2004, 9:40 AM
    • Member
      507 point Member
    • mikebol
    • Member since 04-30-2004, 4:04 PM
    • Dallas, GA
    • Posts 104
    Jon,

    I am running 1.4.0.0 of SolPart and just started having this problem. Changing the spmenu.js as you indicated above has fixed my problem as well.

    Thanks for the help!!!

    Mike
  • Re: page crashes when i hover over menu during page load

    02-09-2005, 3:30 AM
    • Member
      300 point Member
    • CleanTomic
    • Member since 11-12-2004, 1:44 PM
    • Amsterdam
    • Posts 60
    Hi I still get this error with 3.0.10 more often than before.

    As a very happy enduser, will the core team fix this for the RC or do I have to pretend to be a programmer and edit files which I fear may crash my system due to my lack of programming knowledge?
    - Gerrit

    Cleantomic.com
Page 1 of 2 (19 items) 1 2 Next >