Results 1 to 7 of 7

Thread: Pausing up-down message scroller Firefox issue

  1. #1
    Join Date
    Nov 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pausing up-down message scroller Firefox issue

    The DHTML script located at http://www.dynamicdrive.com/dynamicindex2/crosstick.htm
    does not work in Firefox. It cycles through to the second message and then freezes.

    Has anyone else experienced this problem?

    Is there a fix?

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Which FF version are you using?

    Seems fine for me

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    It should work in all recent versions of Firefox, if not earlier as well. If you have a link to the problematic page, please provide that.

  4. #4
    Join Date
    Nov 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The script mentioned above behaves the same with Mozilla 1.6. Only 2 messages on the scroll show up and rest freeze. I tried to open this page http://www.dynamicdrive.com/dynamicindex2/crosstick.htm, in mozilla browser and it works perfect. I have checked the code it is exactly same.
    Can any body help what could be the problem?
    P.S. It works perfect in I.E.

  5. #5
    Join Date
    Nov 2004
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Looks like a bug to me

    I have the same problem - see http://www.procustomer.co.uk/test_scroller.asp which isolates the problem in a simple page

    It shows message [0], then message [1] which are fine, it skips message [2], and the freezes while displaying the last line of message [3]. Same problem with NS7.

    How does one report a bug to DynamicDrive - I can't find the appropriate email to write to?
    Last edited by Kestrel; 11-29-2004 at 03:19 PM. Reason: Adding extra comment

  6. #6
    Join Date
    Oct 2004
    Location
    Texas
    Posts
    54
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ddadmin,

    They're right, it's working fine on Dynamic's page, but not so hot anywhere else. I set the script up in a blank page so I could play with it in Firefox and what it's doing is running the first message, then it pops up the last line of the 3rd one at the top just as the second message begins it's scroll. Once it scrolls off the top, the last line of the 5th message pops up at the top and the fourth never appears.

    Now why it works in one place but not in another, is completely beyond me.

  7. #7
    Join Date
    Nov 2004
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I got so frustrated with this, that I taught myself JavaScript to find out what's going on. While I don't fully understand it, I amazed myself by tracking down the problem.

    The mistake occurs in two places. Once in the function "move3" and once in the function "move4".

    In move3 the line "tdiv.style.top=parseInt(scrollerheight)" should read
    "tdiv.style.top=parseInt(scrollerheight)+"px". The corresponding line in move4 needs the same change.

    I have no idea how it works in other browsers. I only have IE and Netscape and Firefox.

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
  •