350: IE: autocomplete list is placed off to the right

cuv****@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Jan. 14, 2008
What's the URL of the page containing the problem?
/r/#/

What steps will reproduce the problem?
1. Start typing in the people or groups field to bring up autocompletions.

What is the expected output? What do you see instead?
Expect it to show the list below the input field, but it ends up off to the
right, off the edge of the browser window.  See the attached screenshot.

What operating system are you using? What browser?
Windows XP SP2, Internet Explorer 6.0 SP2
Windows Vista, Internet Explorer 7.0

Please provide any additional information below.
This change to the CSS makes the position work better, and still looks good
on Firefox too.

--- a/htdocs/css/reviews.css
+++ b/htdocs/css/reviews.css
@@ -440,8 +440,6 @@
 /* Results container */
 .yui-skin-sam .yui-ac-container
 {
-  position: absolute;
-  top: 1.6em;
   width: 100%;
 }
chipx86
#1 chipx86
  • +Milestone-Release1.0
    +Browser
    +Component-Reviews
    +OpSys-Windows
chipx86
#2 chipx86
Fixed in r1117.
  • +Fixed
  • +chipx86