IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
571 stars 161 forks source link

[igx-tree-grid] loading indicator not shown in IE11 #4754

Closed rmkrmk closed 5 years ago

rmkrmk commented 5 years ago

Description

Describe the issue.

Steps to reproduce

  1. Start the samples
  2. Open "Tree Grid" > "Load On Demand"
  3. Try expanding a node in the tree column using the expansion indicator.

Result

The data is loaded, the node is expanding, but while it loads the data the loading indicator is not shown.

Expected result

The loading indicator should be visible when data is being loaded.

DiyanDimitrov commented 5 years ago

@simeonoff, Could you please take a look at this issue? It seems to be a styling issue with IE11, the circular bar is in the DOM, but its size and placement seems to be incorrect.

kdinev commented 5 years ago

@simeonoff Could you cherry-pick this to master?