Search and Top Navigation
#6648 closed bug (fixed)
Opened November 11, 2010 08:31AM UTC
Closed November 12, 2010 01:42PM UTC
Last modified December 08, 2010 06:37PM UTC
Autocomplete menu position issue when positioned to the right
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.7 |
| Component: | ui.autocomplete | Version: | 1.8.6 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
$("input#test").width(100).autocomplete({ position: { my: "right top", at: "right bottom" }, source: ["This is a very long option", "This was a very long option"] });
While typing "this i" the menu position isn't being repositioned to the right. I guess this is because the menu is positioned using css "left", and when the width changes the absolute "right" changes which causes a "jump" is the menu position.
Attachments (0)
Change History (3)
Changed November 11, 2010 02:01PM UTC by comment:1
| component: | unfiled → ui.autocomplete |
|---|---|
| milestone: | 1.5 → 1.9 |
| priority: | undecided → minor |
Changed November 12, 2010 01:42PM UTC by comment:2
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Autocomplete: Re-position menu after resizing, not before. Fixes #6648 - Autocomplete menu position issue when positioned to the right.
Changeset: f85b998f44e68860c633e467fe6427e52f91282c
Changed December 08, 2010 06:37PM UTC by comment:3
| milestone: | 1.9 → 1.8.7 |
|---|