Trouble with scrolling down list/menu

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Trouble with scrolling down list/menu

    :confused; I have developed an CF application that, for the most part, works
    smoothly. However, I have had two users tell me that, occasionally, when they
    are trying to scroll down a dynamic list, the scroll bar won't work. What
    could cause that? I'm no expert. . . far from it. . . but that sounds more
    like a connectivity problem. Server? Browser? Anyone else had this problem?
    Thanks, rana

    herpmaster Guest

  2. Similar Questions and Discussions

    1. list scrolling
      Hi, I'm writing a little chat where messages are displayed with a list. When a user write a new messages, this message is appended to end of list...
    2. Scrolling Image Menu Help (OS X Look)
      Hello, I'm looking to try to make an image viewer for my webite. Basically I want to have something that looks like OS X... You know the scrolling...
    3. scrolling menu help
      Hello to all... I'm interested in making a scrolling menu like the one at www.westonfl.org It looks like the combination of a pop-up menu and...
    4. scrolling menu
      does anybody have any script or knows where I can find a scrolling menu? thanks giovanni
    5. Menu/list ( menu ) in topframe and mouse scrolling
      I've made a menu ( with an arrow next to it and the choices appear when you click that arrow - I forgot what this is called in English :))in the...
  3. #2

    Default Re: Trouble with scrolling down list/menu

    Lists run at the client machine, there is no back-channel talk to the server
    (unless you create some with an OnChange event). Is the list constructed with
    a straight <SELECT> tag? If so, then you've stumbled across some weird
    variation in their Browser or your list content that is breaking things. If
    the list was constructed by/uses JavaScript (<CFSELECT> qualifies) it's must
    likely a script bug (JavaScript is case-sensitive BTW) which you can discover
    by turning on Script debugging at their browser.

    JMGibson3 Guest

  4. #3

    Default Re: Trouble with scrolling down list/menu

    Hi

    you said that it is a dynamic list.
    so what is the error you are getting?
    have you checked that is the user list are adding to the list.
    its better to post your problem, if possbile with code, so that some folk
    will dubug the problem.

    vkunirs Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139