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

Bug in auto-completer after upgrading Prototype to 1.7.1 #130

Closed
sebastfr opened this issue Sep 11, 2013 · 1 comment
Closed

Bug in auto-completer after upgrading Prototype to 1.7.1 #130

sebastfr opened this issue Sep 11, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@sebastfr
Copy link

@sebastfr sebastfr commented Sep 11, 2013

From Dennis / EP-Tech

Yep, it pops up at the top of the page. A bit of trying different
scroll positions shows that it probably shows up with the relative
distance between the control and the top of the window added to the
start of the page instead of the top of the window.


I found the solution:

In 70_autocomplete.js, you need to replace:
Position.clone( ...

With:
Element.clonePosition(...

Position is deprecated in Prototype. Somehow these 2 behave differently now.

@ghost ghost assigned sebastfr Sep 11, 2013
sebastfr pushed a commit that referenced this issue Sep 12, 2013
@sebastfr sebastfr closed this in 850ed10 Sep 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@sebastfr and others