Igniteui-angular: Filter's UI dropdown is hidden under the bottom level of the grid

Created on 5 Nov 2018  路  4Comments  路  Source: IgniteUI/igniteui-angular

Description

Filter dropdown is hidden under the bottom level of the grid

  • igniteui-angular version: all
  • browser: 6.2.x

Steps to reproduce

  1. Go to dev samples - "Grid Column Moving" , "Grid Summary"
  2. Open the Filtering dropDown

Result

The end of operands list is not visible.

Expected result

The end of operands list is should be visible.

Attachments

image

bug dropdown filter-ui general high in-test 6.2.x

Most helpful comment

Here is a table with all z-index added form SCSS
screenshot 2018-11-14 at 14 33 50

All 4 comments

Filtering conditions dropdown now have a limited height (4 items and a scrollbar) so please take a look at the case where it goes under the summaries.

We can increase the z-index of .igx-grid__outlet from 2 to 1003 in order to make it bigger than the z-index of the footer, I test that and it fixes the issue @simeonoff are you ok with that?

Here is a table with all z-index added form SCSS
screenshot 2018-11-14 at 14 33 50

@desig9stein thanks for the z-index mapping, however, without markup context it's still difficult to grasp the z-index structure. Also, I don't think this table takes into account all dynamically assigned z-index values.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ViktorSlavov picture ViktorSlavov  路  3Comments

cornel-stoica-str picture cornel-stoica-str  路  3Comments

tkiryu picture tkiryu  路  3Comments

nikunjgajera picture nikunjgajera  路  3Comments

nikunjgajera picture nikunjgajera  路  3Comments