CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 02:23:55 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jqueryui.com/ticket/6648/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 02:23:55 GMT
Content-Type: text/html
Last-Modified: Thu, 19 Sep 2024 13:59:19 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66ec2e37-2e9d"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#6648 (Autocomplete menu position issue when positioned to the right) - jQuery UI - Bug Tracker
jQuery UI issues have moved to GitHub. This site is now a static archive of the old Trac bugs site.
Some functions and pages are no longer available.
Some functions and pages are no longer available.
Skip to main content
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 scottgonzalez comment:1
component: | unfiled → ui.autocomplete |
---|---|
milestone: | 1.5 → 1.9 |
priority: | undecided → minor |
Changed November 12, 2010 01:42PM UTC by Scott González 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 scottgonzalez comment:3
milestone: | 1.9 → 1.8.7 |
---|