Mauricio Lauffer

Results 29 issues of 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...

Smaller Correction

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...

enhancement
in progress

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...

enhancement
in progress

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...

enhancement
in progress
author action

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...

enhancement
in progress

Is there support for PFAC object type? It's the workflow rules for agent determination, created in tcode PFAC.

serialization
new feature

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

enhancement
in progress

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...

enhancement
in progress

Getting rid of some jQuery.

enhancement
in progress