Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4297

Wicket autocomplete when click right into the popup list without moving the mouse will not selelect the item under the mouse

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.19
    • 1.4.20, 1.5.5
    • wicket-extensions
    • None

    Description

      instead of just doing this:

      hideAutoComplete();

      we need to do:

      window.setTimeout( hideAutoComplete, 500);

      so that the mouse events are handled first before the window is removed.

      Attachments

        Activity

          People

            jcompagner Johan Compagner
            jcompagner Johan Compagner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: