Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jack4ya
Power Poster
Power Poster
Posts: 294
Joined: Thu Oct 19, 2006 10:07 am

Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Post by jack4ya »

If got this site running, all seemed perfect during, demo period and testing on all kinds of browsers and platforms...
Except the big one; the IE6 on Win has a serious problem.

My clients IE keeps crashing, he states:
"I can visit a lot of pages (say 15/20 pages), then, at one point IE crashes.
After that first crash, it happens more quickly (3/5 pages)"

Checking on a couple of more/different Win/IE combos I got a crash to.

The odd thing is, it does NOT happen on my Win/IE combo.

I've got the stylesheets slightly modified (I think... can't be much) and I am using the horizontal css menu.

I have no idea where to start!  :'(

It can be this:
  • css menu and the css-menu stylesheet:

  • the min/max width javascript part (not modified except min/max values):

    =b){nw=b+"px";}if(w



    #pagewrapper {width:expression(P7_MinMaxW(720,950));}
    #container {height: 1%;}

  • something entirely different!!  :-[
[/list]

Any help would be deeply appreciated!!
Last edited by jack4ya on Thu Nov 16, 2006 8:55 am, edited 1 time in total.
jack4ya
Power Poster
Power Poster
Posts: 294
Joined: Thu Oct 19, 2006 10:07 am

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Post by jack4ya »

Aaahh... please??  :'(
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Post by tsw »

If its only one machine with IE I would blame that IE installation...

you can crash IE with html, but I think you would know if you added something like that in the pages ;)
jack4ya
Power Poster
Power Poster
Posts: 294
Joined: Thu Oct 19, 2006 10:07 am

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Post by jack4ya »

tsw wrote: If its only one machine with IE I would blame that IE installation...

you can crash IE with html, but I think you would know if you added something like that in the pages ;)
No, the crash occurs on several machines as stated. Only it does NOT crash on my IE. It might not even be that important that is doesn't crash on mine, it crashes on the majority.

I'm starting to suspect the variable width of the document page...  :-\
User avatar
robsta
Forum Members
Forum Members
Posts: 131
Joined: Thu Oct 20, 2005 11:39 pm

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Post by robsta »

Make sure your stylesheet uses "screen" media and not "all"... that's caused me grief in the past...
jack4ya
Power Poster
Power Poster
Posts: 294
Joined: Thu Oct 19, 2006 10:07 am

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Post by jack4ya »

Nope... it was the expression bit  >:(

the min/max width javascript part (not modified except min/max values):
Quote

=b){nw=b+"px";}if(w



#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}

User avatar
robsta
Forum Members
Forum Members
Posts: 131
Joined: Thu Oct 20, 2005 11:39 pm

Re: Crashes in Win/IE only; after a dozen or so pages a IE crash occurs

Post by robsta »

I move all of the javascript into an external script, and moved the extra css into an external file... then added div infront of the #pagewrapper and it sorted itself out...

R
Post Reply

Return to “CMSMS Core”