[
https://issues.apache.org/jira/browse/WICKET-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov updated WICKET-4084:
------------------------------------
Assignee: Andrea Del Bene (was: Johan Compagner)
> AutoComplete text field inside a modal window displays drop-down in the wrong
> location if the page is scrolled
> --------------------------------------------------------------------------------------------------------------
>
> Key: WICKET-4084
> URL: https://issues.apache.org/jira/browse/WICKET-4084
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 1.4.18
> Reporter: Alex Grant
> Assignee: Andrea Del Bene
> Attachments: WICKET-4084-autocomplete.zip
>
>
> I have a page that contains a ModalWindow. That ModalWindow contains an
> AutoCompleteTextField.
> If the main page has a lot of content, the AutoCompleteTextField only works
> correctly if the page is scrolled to the top.
> You can see this easily by scrolling the page up and down while the
> ModalWindow is open and the AutoCompleteTextField is showing its dropdown.
> I believe what is happening is that the dropdown has an absolute position
> relative to the Page, rather than relative to the ModalWindow. When you
> scroll the page down, the dropdown remains in the same position on the page
> (and hence scrolls off the top), while the ModalWindow stays in the same
> position on the screen.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)