2 Replies Latest reply on Jun 1, 2011 7:31 PM by ilya_shaikovsky

    Richfaces4 autocomplete pops up in top left corner of browser

    mark77

      I have a suggest input (like google) in the middle of a header in my application. I migrated from RF3.3 to RF4 and now use autocomplete, but the popup gets displayed in the top left corner of the browser window instead of below the input field...

       

      It seems the cause for this is that the div's display-style is changed from none to block instead of inline-block, because if I change it manually in the browser it works correctly. How can I fix this ?