Announcement

Collapse
No announcement yet.

The scrolling mouse problem...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    This appears to be one of those things that Actinic can do but no-one realises it. See this thread: http://community.actinic.com/showthread.php?t=30578

    I would suggest setting the 'cheque' option as a 'Fallback', this will prevent it from happening again because if no payment method is selected then it will default to the fallback option.
    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #32
      solution:

      its to do with the focus of the dropdown being retained on the dropdown after a selection is made.

      shift the focus to another item as soon as a choice in it is made.

      Comment


        #33
        The problem in the recent posts in this case wasn't to do with the focus but rather that the wrong option (not the first one displayed in a drop down box or radio buttons) was being selected by default if the user was happy with what was shown so didn't select anything.

        Selecting the preferred payment option as 'fallback' should fix this.

        Mike
        -----------------------------------------

        First Tackle - Fly Fishing and Game Angling

        -----------------------------------------

        Comment


          #34
          Code:
          if radiobutton.selected = "" {alert('You must select a payment method"); }
          dxhtmlphpscript?

          Comment


            #35
            Ah Gabriel, where were you two months ago?

            Mike
            -----------------------------------------

            First Tackle - Fly Fishing and Game Angling

            -----------------------------------------

            Comment


              #36
              Just managed to do this for v8, I'll post the soloution later.


              Also managed to "freeze" the country selector.
              Football Heaven

              For all kinds of football souvenirs and memorabilia.

              Comment

              Working...
              X