Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3132

Re: Uncaught Error: failed to load 'sap/m/BusyDialogRenderer.js'

$
0
0

It's a bug in the latest version of UI5 and seem to have fixed and a patch maybe released sooner regarding this.

 

[FIX] sap/m/BusyDialog: adding a dummy render function to renderer · SAP/openui5@42d76c5 · GitHub


As Parag Jain has stated, the issue can be suppressed by using the previous versions or openui5 beta as of now. If there is any case where you can't bootstrap to other versions, you can do a workaround as below before the BusyDialog is instantiated.

 

jQuery.sap.declare('sap.m.BusyDialogRenderer');
sap.m.BusyDialogRenderer = {};
sap.m.BusyDialogRenderer.render = function(oRm, oControl) {};

JS Bin - Collaborative JavaScript Debugging


Viewing all articles
Browse latest Browse all 3132


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>