google-code-export / candydolldb

Automatically exported from code.google.com/p/candydolldb
0 stars 0 forks source link

Tag-auto-suggestbox not correctly aligned on search-page #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the search page.
2. Enter one or more characters into the tag-box.
3. Watch how the auto-suggest box does not align with the input field.

What is the expected output? What do you see instead?
A nicely aligned auto-suggest box.

Original issue reported on code.google.com by fwp...@gmail.com on 8 Apr 2012 at 7:41

GoogleCodeExporter commented 9 years ago
From looking at the other pages that use the autosuggest box, seems they are 
all aligned at the same spot due to the absolute positioning

Original comment by mranimos...@gmail.com on 9 Apr 2012 at 1:23

GoogleCodeExporter commented 9 years ago
Resolved in r437 by dynamically setting the 'left' css property of the tagbox.

Original comment by fwp...@gmail.com on 14 Apr 2012 at 1:31