Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AjaxAutocomplete doesn't render in correct place if window scrolled, since prototype 1.7.3 #905

Closed
timcu opened this issue Mar 1, 2019 · 1 comment

Comments

@timcu
Copy link
Contributor

timcu commented Mar 1, 2019

If I have scrolled the window before entering text in an AjaxAutocomplete, the drop-down menu will be rendered at a position which is offset from the correct position by the amount scrolled. This behaviour did not occur with prototype 1.7.2 but does occur with prototype 1.7.3. It is repeatable. Even the sample AjaxAutocomplete in AjaxExamples will demonstrate the issue if the page has been scrolled BEFORE entering any text.
This is caused by a problem in the way AjaxAutocomplete nests its container tags, but the problem didn't manifest itself in earlier versions of prototype. I have created a pull request #906

@darkv
Copy link
Member

darkv commented Jun 8, 2019

Resolved by #906.

@darkv darkv closed this as completed Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants