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

Multiselect container misaligned on filtering with appendTo="body" #2823

Closed
wtospit opened this issue May 19, 2017 · 0 comments
Closed

Multiselect container misaligned on filtering with appendTo="body" #2823

wtospit opened this issue May 19, 2017 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@wtospit
Copy link

wtospit commented May 19, 2017

In case of using multiselect with filtering and appendTo, when typing to filter the list, the container move to the upper left corner, This's because in ngAfterViewChecked() of multiselect component, it doesn't check appendTo property so the position is always calculated as a relative position, in this fix I just check if this.appendTo is used or not if so, it should calculate as absolute position instead.

cagataycivici added a commit that referenced this issue May 26, 2017
Fixed - #2823 - Multiselect container misaligned on filtering with appendTo="body"
@cagataycivici cagataycivici self-assigned this May 26, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label May 26, 2017
@cagataycivici cagataycivici added this to the 4.0.2 milestone May 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants