The following table summarizes the known issues and limitations of the igLayoutManager
™ control for the Ignite UI for jQuery® 2022.2 release.
Workaround available | |
No known workaround | |
Fix planned |
Issue | Description | Status |
---|---|---|
Items in Grid and Border layouts are overlapping in IE7 | IE7 does not support box-sizing:border-box, because of this limitations we could observe an overlapping in Grid and Border layouts. | |
Grid Layout items with scrollbars have incorrect width in IE9. | There is a bug in IE9 that incorrectly calculates the width of the elements that are position: absolute, box-sizing:border-box and have scrollbars |
To avoid the issue the items in IE9 should not have scrollbars. Change the following style to: .ig-layout-item { overflow: hidden }
View on GitHub