Symptom
Headers are disappearing when scrolling down the page when using IE
Environment
SAP SuccessFactors Learning
Reproducing the Issue
- In the new Admin UI, navigate to User's Assigned Item or Completed Items using IE
- Notice that is the user has a lot of assigned items, when you scroll down the headers are disappearing
HOW CHROME LOOKS:
HOW IE LOOKS:
Cause
This is a limitation of the SAPUI5 framework and Internet Explorer 11. Static table headers are explicitly not supported by SAPUI5 in IE11, since IE11 itself does not support the required CSS rule (position: sticky) to make the headers remain visible.
For relevant information please check the links from the "See Also" area.
Resolution
This is an expected behavior.
See Also
https://sapui5.hana.ondemand.com/#/api/sap.m.ListBase%23methods/setSticky
https://developer.mozilla.org/en-US/docs/Web/CSS/position#Browser_compatibility
Keywords
table column header disappears when scrolling down page in Internet Explorer 11, missing headers, new admin UI, IE 11, item headers, assigned items header missing, scroll down , KBA , LOD-SF-LMS-ITE , Items , Problem