Results 1 to 4 of 4

Thread: Stanger behavior in IE7

  1. #1
    Join Date
    Aug 2008
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Stanger behavior in IE7

    1) Script Title: Featured Content Slider v2.4

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentslider.htm

    3) Describe problem:
    I have a page, loaded into a lightbox which uses above script to navigate in 9 panes (div's). I'm using all kind of features (ajax, images, rotation) in this file.
    It works just fine in FF and IE6, but in IE7 I have to click each button twice (and an other button inbetween)! So, only the second time i click a button (after i clicked an other one) the pane is showing. The fist click show an empty space.

    It's on this link (just click an image of a house to open the lightbox) :
    http://www.tout-bien.com/index.php?o...id=28&Itemid=5

    Any help, ideas, .... (I tried to set the high z-index, no dice )

    Steven

  2. #2
    Join Date
    Aug 2008
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    In the mean time i did some testing.
    I also noticed that IE7 hangs up for about 2 minutes after de page is loaded.
    Only after this 2 minutes the menu's from content slider are activated.

    Is there a way to test further in IE7 under vista, like with firebug.
    I donnot arrive to find out what's going on .

    Steven

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There is Developer Toolbar (nowhere near as useful as FireBug):

    http://www.microsoft.com/downloadS/d...displaylang=en

    And also look into:

    http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx

    The problem appears to be a script conflicting during that time while IE is struggling to load the page. In XP, the IE 7 browser actually goes underneath (as if a command for document.onclick=function(){top.window.blur();} were in effect) other windows on the page if you click anywhere. Once the slider loads, it's fine.

    I would suggest removing as many other scripts as possible, one at a time, in an effort to find where this odd code is coming from.
    Last edited by jscheuer1; 12-28-2008 at 03:04 PM.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Aug 2008
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile

    Hi,

    Thanks for the tip. I installed the developer toolbar.
    It helps, but cannot even stand in the shadow of firebug !

    Anyway i found out it has to do width transparency .
    I had this line in my page :
    enablefade: [true, 0.2], //[true/false, fadedegree]
    So, i changed it to
    enablefade: [false]

    And now it displays correctly in IE7 (well not quite :
    i still have a google map that only shows the upperleft pane
    and the rest stays grey....

    However, I suppose this helps us finding the real-problem.
    I'll investigate the fading routine and will fiddle a bit...

    I'll keep you informed.

    Steven

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •