rev 428
! For a reason that escapes me, Opera suddenly stopped registering arrow key presses in the auto-suggest. Using the same trick as in IE worked, though. Also fixed the Enter key possibly triggering wrongly when keydown and keypress events are called in a row. (suggest.js)
! Fixed auto-suggest popup position not being adjusted if it results in the master input's position being modified. (suggest.js)
- There's probably a good reason to calling autoSuggestActualHide() at the start of populateDiv(), but I couldn't find it. Removing it solved most of the issues associated with auto-suggest animations. (suggest.js)
! For a reason that escapes me, Opera suddenly stopped registering arrow key presses in the auto-suggest. Using the same trick as in IE worked, though. Also fixed the Enter key possibly triggering wrongly when keydown and keypress events are called in a row. (suggest.js)
! Fixed auto-suggest popup position not being adjusted if it results in the master input's position being modified. (suggest.js)
- There's probably a good reason to calling autoSuggestActualHide() at the start of populateDiv(), but I couldn't find it. Removing it solved most of the issues associated with auto-suggest animations. (suggest.js)


