-
OpenUI5 version:
any latest version, eg: (1.105.1)
Browser/version (+device/version):
chrome
Any other tested browsers/devices(OK/FAIL):
URL (minimal example if possible):
https://sapui5.hana…
-
**Describe the bug**
This is a minor thing, but is driving me nuts. The logs on the browser console is, apparently, default on verbose and all the things i did didn't do anything.
**Expected behav…
-
OpenUI5 version: 1.96.8
Browser/version (+device/version): google chrome
Any other tested browsers/devices(OK/FAIL): fail
URL (minimal example if possible):
User/password (if required and …
-
Tutorial issue found: [https://github.com/sap-tutorials/Tutorials/blob/master/tutorials/sapui5-101-add-routing/sapui5-101-add-routing.md](https://github.com/sap-tutorials/Tutorials/blob/master/tutoria…
-
#### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
Some labels cannot be perceived efficitenly by disabled user because thye contain redundant role info…
-
**Describe the bug**
For a slow responding systems where the page takes too much time to respond, the ```timeout``` feature of the **browser.asControl** has no affect.
**To Reproduce**
Not possib…
-
Hi,
i like the plugin very much, but in some kind of VMs, Company Networks i get these error.
SAPUI5 Extension error: Error occurred sending HTTP Request. Uri: "[https://ui5.sap.com/1.96.12/docs…
-
**Describe the bug**
```javascript
const myDateTimePicker = /**@type {import('sap/m/DateTimePicker').default} */ (this.byId("dateTimePicker"));
// Property 'setMaxDate' does not exist on …
-
```javascript
sap.m.URLHelper.redirect(sUrl)
```
When using the `URLHelper`, which exists as a global on the `sap.m` library, typescript shows an error message:
```
Property 'URLHelper' does …
-
I have a question if this is even possible:
I use a component and the interface generator.
This component is published on npmjs.
Now I want to pass the generated types there so that the developers …