Fixed a bug in SuggestBox where the SuggestBoxPopup did not shrink to fit the suggestions when the number of suggestions decreased.  SuggestBox was setting the visibility of the popup instead of removing it from the DOM (hiding it), so the popup didn't rerender itself.  This bug only affects IE in standards mode.

Patch by: jlabanca
Review by: ecc (desk review)
Issue: 2392



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2816 8db76d5a-ed1c-0410-87a9-c151d255dfc7
7 files changed