-
Notifications
You must be signed in to change notification settings - Fork 82
Description
When I run the split app demo (as-is) from a clone of this repo it uses the sapui5 library hosted at "https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js". The app works fine.
However - I have just downloaded the latest sapui5 library from SCN (1.16.3). Running within Apache.
If I point the split app demo to this local runtime (/sapui5/resources/sap-ui-core.js) the app renders differently...
The left-hand panel containing messages has the text all squashed up such that "Due Date" text overlaps onto the Request Type text (Leave Request, Purchase Order, etc).
pic of app using hosted sapui5
https://www.dropbox.com/s/31jy5femlm2jlsb/Screenshot%202013-11-20%2012.03.20.png
pic of app using my local sapui5: https://www.dropbox.com/s/p8g3jxlkxwp6ja7/Screenshot%202013-11-20%2012.01.46.png
Any ideas?
(I'm running Chrome.)
When I look at the console output the only difference is :
- the sap.ui.localResources statements seem to log to the console, and,
- I get a 404 on this which doesn't look to be an issue (http://localhost:8888/sapui5/resources/sap/m/messagebundle_en_US.properties)
Probably something basic that I'm overlooking.... but, could it be that there is an incompatible change going forward to the latest sapui5: 1.16.3???
Regards... Jason.