Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#6648 closed bug (fixed)

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.

Change History (3)

comment:1 Changed 12 years ago by Scott González

Component: unfiledui.autocomplete
Milestone: 1.51.9
Priority: undecidedminor

comment:2 Changed 12 years ago by Scott González

Resolution: fixed
Status: newclosed

Autocomplete: Re-position menu after resizing, not before. Fixes #6648 - Autocomplete menu position issue when positioned to the right.

Changeset: f85b998f44e68860c633e467fe6427e52f91282c

comment:3 Changed 12 years ago by Scott González

Milestone: 1.91.8.7
Note: See TracTickets for help on using tickets.