Mauricio Lauffer
Mauricio Lauffer
It's not clean, it may not be clear, it adds unnecessary depth. If this a clean code guide, the suggested IF block has no place here as it's worse and...
Bootstrap error: Failed to execute write on Document (...) an asynchronously-loaded external script
OpenUI5 version: All NPM versions Browser/version (+device/version): Chrome, Edge, Firefox, IE Any other tested browsers/devices(OK/FAIL): FAIL URL (minimal example if possible): https://github.com/mauriciolauffer/openui5-sample-app/blob/doc-write-issue/webapp/index.html Steps to reproduce the problem: 1. Open a...
OpenUI5 version: ALL Browser/version (+device/version): ALL URL (minimal example if possible): https://github.com/SAP/openui5-masterdetail-app/blob/master/webapp/manifest.json What is the expected result? Models declared in the **manifest.json** (`/sap.app/dataSources` and `/sap.ui5/models`) should be loaded async. https://github.com/SAP/openui5/blob/fbdcd8b7714466663b34a443d41245b8c207ec6c/src/sap.ui.core/src/sap/ui/core/Component.js#L1736...
Just replacing jQuery `.toggleClass` by vanilla js `classList.toggle` in `sap.f` library. Hopefully more people can help tackling other libraries, then other jQuery features, until we don't have jQuery in the...
Just replacing `jQuery .toggleClass` by vanilla js `classList.toggle` in `sap.ui.unified` library. Hopefully more people can help tackling other libraries, then other jQuery features, until we don't have jQuery in the...
Is there support for PFAC object type? It's the workflow rules for agent determination, created in tcode PFAC.
Window unload event is extremely unreliable, it doesn't fire in multiple scenarios, especially in mobiles. Replacing "unload" by "pagehide" event. PR for issue https://github.com/SAP/openui5/issues/3085 https://developers.google.com/web/updates/2018/07/page-lifecycle-api?utm_source=lighthouse&utm_medium=devtools#legacy-lifecycle-apis-to-avoid https://web.dev/bfcache/ https://developer.mozilla.org/en-US/docs/Web/API/Window/unload_event
Hi, I have created a script that accesses SAP Discovery Center and fetches all services and their icons. It auto creates the library `SAP_BTP_Service_Icons_latest.xml` with latest SAP BTP services. The...
The current `jQuery UI` version in `UI5` is `v1.10.4`, and the latest is `v1.13.2`. Looking into the [upgrade guides](https://jqueryui.com/upgrade-guide/), from `v1.10` to `v1.13`, we can see heaps of performance improvements...
Getting rid of some jQuery.