Menu disappears on postback in IE 6.0

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
pawline
Beginner
Beginner
Posts: 5
Joined: Wed Jul 13, 2005 9:01 pm
Contact:

Menu disappears on postback in IE 6.0

Post by pawline »

I am using multiple testing web browsers (Firefox 1.0, Netscape 7.2, IE 6.0 sp1) and am only having major issues with the menu working correctly on IE 6.0.

The menu works great on IE; up until there is a postback from the client browser. For example, I have an ASPX search page (http://www.pawline.com/test/results.aspx) that lists items in a datagrid. When an IE user induces a postback, the menu disappears on the screen (no errors seem to be raised). Now, if I do the same scenerio in FireFox/Netscape/etc. it works as expected.

To recreate the problem on my website: Using IE, search for "102" on the top left search box and click on "Find" link/button.

Would someone be able to take a look at my website/code to see what the problem might be?

Thanks in advance,
Chris
http://www.pawline.com
slackbladder
Super Advanced
Super Advanced
Posts: 72
Joined: Fri Jul 01, 2005 3:04 pm

Post by slackbladder »

Hi Chris,

Just a guess - try removing:

menuwidth="100%";
menualign="right";

replace with:

screenposition="right";
pawline
Beginner
Beginner
Posts: 5
Joined: Wed Jul 13, 2005 9:01 pm
Contact:

Post by pawline »

I changed those settings, but it still seems to be causing the same problem. The weird thing is that after the menu disappears on a postback, if you refresh the browser, the menu reappears. It seems to appear/disappear without any javascript errors. Hmm?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hmmmm, just tried it with IE6 and it worked OK.

We have had problems before with postbacks when the menu is embeded inside a table. However, doing as slackbladder suggests should fix the problem.

Cheers,
Andy
pawline
Beginner
Beginner
Posts: 5
Joined: Wed Jul 13, 2005 9:01 pm
Contact:

Post by pawline »

If it works for you then it might just be my computer being retarded. That'll happen.

Thank you both for replying promptly; and hats-off to the milonic team, this is the best web-program I've ever ran.

Sincerely,
Chris
slackbladder
Super Advanced
Super Advanced
Posts: 72
Joined: Fri Jul 01, 2005 3:04 pm

Post by slackbladder »

Just so you know (Andy/Chris) on MAC IE 5.2.2 the position of the menu is over to the left on every page (near the logo) - but as IE is no longer being supported by Microsoft most MAC users will be moving browsers (FF, Safari, etc).

Doing what I suggested above (screenposition) did work on both IE 5 and FF on MAC.

Cross-browsers = nightmare!
pawline
Beginner
Beginner
Posts: 5
Joined: Wed Jul 13, 2005 9:01 pm
Contact:

Post by pawline »

Actually, after re-reading my post, I realized that I forgot to include the event that raises the menu error. If you could look this over again, I'll try to be more descriptive:

To recreate the problem on my website (http://www.pawline.com): Using IE, search for "102" on the top left search box and click on "Find" link/button.

Once you have returned the results, click on the next page ("2") to scroll through the resultset. THAT is where the menu disappears on me.

See if anyone has the same problem I'm having (a disappearing menu act).
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I take it the Disc Blades, etc. at the top is the Milonic menu? If so, it is there on the first page of that search, and it scrolls down, and it is there on all the other pages I clicked through using the numbers at the bottom. I'm on IE5.5

Ruth
pawline
Beginner
Beginner
Posts: 5
Joined: Wed Jul 13, 2005 9:01 pm
Contact:

Post by pawline »

Yes, the Disc Blades, etc was where I put my milonic menu at. If it worked for you, that makes me feel a lot better. Thanks for double-checking for me Ruth, it is appreciated.

-Chris
johnnymac
Beginner
Beginner
Posts: 2
Joined: Tue Aug 22, 2006 8:08 pm

I'm getting the same error

Post by johnnymac »

I have IE 6.0 and I get the same issue you described Chris.

In fact, I'm doing the same thing on a website I'm designing and am getting the same issue. I've tried a few things like moving the references inside the <body>, in the <head>, inside the <form> but no luck.

I tried in Firefox and it works nice.

I was wondering if this could be looked at again as an open issue.

Thanks!
John Mac
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Have you got a URL that we can see?

It helps us to be able to see the problem and the code
johnnymac
Beginner
Beginner
Posts: 2
Joined: Tue Aug 22, 2006 8:08 pm

Post by johnnymac »

The URL is the same as Chris's above. Its just that I'm using IE 6.0 and Ruth was looking at it with IE 5.5.

I don't have a URL you can look at right now. I'll try to get something together soon.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Do you need Smartnav?

If not try disabling it and then let me know if it works or not
Post Reply