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

In IE11 when chips length is bigger then filter row scrolls position is not correct #4699

Closed
nrobakova opened this issue May 7, 2019 · 2 comments · Fixed by #4857
Closed
Assignees
Labels
browser: IE-11 Issues specific to the MS IE11 browser 🐛 bug Any issue that describes a bug grid: filter-ui grid: general severity: low styling ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@nrobakova
Copy link
Contributor

Description

In IE11 when chips length is bigger then filter row scrolls position is not correct

  • igniteui-angular version: 7.3
  • browser: IE11

Steps to reproduce

  1. Open dev sample gridGroupBy in IE11
  2. Add filtering conditions to can scroll be previewed

Result

Scrolls position is not correct

Expected result

As in other browsers the scroll position should be correct

Attachments

image

@simeonoff
Copy link
Collaborator

@mtsvyatkova I think this is related to styling. Can you confirm you will need help from us?

@mtsvyatkova
Copy link
Contributor

@simeonoff Yes, it is related to styling. Setting the Display to a block value fixes the position of the pseudo elements (::before and ::after) in IE but I am not quite sure it is the best option. It will be great if you could have a look into it.

@simeonoff simeonoff added ✅ status: verified Applies to PRs that have passed manual verification ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them ✅ status: verified Applies to PRs that have passed manual verification labels May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser: IE-11 Issues specific to the MS IE11 browser 🐛 bug Any issue that describes a bug grid: filter-ui grid: general severity: low styling ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants