Safari unable to properly render a preLoadPage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • docbook.xml@gmail.com

    Safari unable to properly render a preLoadPage

    I am using a waitPreLoadPage script that displays a "Loading ...
    Please wait" splash screen while the page is loading. See:
    < http://www.quantumcrypto.de/ >

    Safari renders everything, but the content renders one page down from
    the splash content. Once the full content has been rendered I can
    scroll to it, but the splash page remains at the top (not layered
    over) the main list display.

    IE and firefox correctly replace the splash screen with the real
    content of the page once the page is fully loaded.

    Web page with the issue: http://www.quantumcrypto.de/
    Script available at: http://rainbow.arch.scriptmania.com/...load_wait.html

    Any thoughts why the script doesn't work in Safari?

  • Jukka K. Korpela

    #2
    Re: Safari unable to properly render a preLoadPage

    Scripsit docbook.xml@gma il.com:
    I am using a waitPreLoadPage script that displays a "Loading ...
    Please wait" splash screen while the page is loading.
    Stop using splash screens. Make your page so reasonable that it loads in a
    decent time.
    Any thoughts why the script doesn't work in Safari?
    No idea, but it surely isn't an HTML matter if it's about scripting.

    F'ups trimmed to comp.infosystem s.www.authoring.misc.

    --
    Jukka K. Korpela ("Yucca")


    Comment

    • Ben C

      #3
      Re: Safari unable to properly render a preLoadPage

      ["Followup-To:" header set to comp.infosystem s.www.authoring.html.]
      On 2007-09-01, docbook.xml@gma il.com <docbook.xml@gm ail.comwrote:
      I am using a waitPreLoadPage script that displays a "Loading ...
      Please wait" splash screen while the page is loading. See:
      >< http://www.quantumcrypto.de/ >
      >
      Safari renders everything, but the content renders one page down from
      the splash content. Once the full content has been rendered I can
      scroll to it, but the splash page remains at the top (not layered
      over) the main list display.
      Can you scroll to all of it, or does it start with the entries half-way
      down (08/17/2007 or so)? If the latter then it is layered over it.
      That's what I see in Konqueror with scripting disabled.
      IE and firefox correctly replace the splash screen with the real
      content of the page once the page is fully loaded.
      >
      Web page with the issue: http://www.quantumcrypto.de/
      Script available at: http://rainbow.arch.scriptmania.com/...load_wait.html
      >
      Any thoughts why the script doesn't work in Safari?
      It works in Konqueror, and is a very simple script. Are you sure
      JavaScript isn't disabled in the instance of Safari you're testing it
      with?

      Comment

      • docbook.xml@gmail.com

        #4
        Re: Safari unable to properly render a preLoadPage

        Thank you all. I have resolved the issue. The webpage loads fine now.

        Saqib Ali

        Comment

        Working...