Symptom
- After updating SAPUI5 from 1.44.19 to 1.44.34, the width of the footer is 8 px and not expanding to fit the container
- It seems only 40px is shown and the rest of the footer is hidden
- Using a browser debug tools inspector, you would see for the ugprade that the following was changed in the HTML file:
class sapMPageFooter was this setup in 1.44.19:
.sapMPageFooter {
position: absolute;
bottom: 0;
left: 0;
z-index:
width: 100%;
}
After upgrade to 1.44.34 - it is now :
.sapMPageFooter
{
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
- See picture:
Read more...
Environment
-
SAPUI5 1.44.X
- SAP Netweaver 7.40
Product
SAP NetWeaver 7.4
Keywords
"Upgrading SAPUI5","SAPUI5 upgrade footer","Fiori Footer","Fiori Launchpad footer","Ugrading SAPUI5 problems with footer","Fiori sapMPageFooter","Fiori width footer","footer truncated","Fiori footer small" , KBA , CA-UI2-INT-BE , Please use CA-FLP-ABA , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview