Boghyon Hoffmann
Boghyon Hoffmann
Out of UI5 linter scope but while we're at it: @margopolo @KlattG @flovogt @jdichev I'd even vote for displaying a message strip in the UI at runtime; in Demo Kit...
According to `git bisect`, the issue is happening since https://github.com/SAP/openui5/commit/1fe819ae47fcb02fbf9f730a662cbe29b86939a3. The order of the focus handling seems to have changed in mobile.
I was able to reproduce the issue only with the network location around the US area. In other locations, the banner has different options and the automatic reload does not...
Allowing to clear all tokens seems to be a commonly expected feature: * https://github.com/SAP/openui5/issues/3481 > As a user I don't see how much items and which have I really selected....
@plamenivanov91 Somewhat related: the same issue can be observed also with the legacy URLs that contain `/sdk/`, **even if no version is specified.** * `https://sapui5.hana.ondemand.com/sdk/...` * `https://ui5.sap.com/sdk/...` * `openui5`(`/sdk/` doesn't...
Would be great if `nightly` URLs are also taken into account. Currently, the "Change Version" dialog cannot be opened in below Demo Kit URLs either: - `https://sdk.openui5.org/nightly/` - `https://sdk.openui5.org/nightly/2/` ###...
Fixed by https://github.com/SAP/openui5/commit/6fc8110c09777fff785b0b65eec071f48e412aac
@carlonnheim Were you able to confirm whether your issue is resolved with 1.140+?
The repo https://github.com/chott92/openui5-sample seems to start an OData **V4** service while the app refers to a v2.ODataModel. Am I missing something? The spec version should align with the version of...
Thanks, I was able to reproduce the issue. While the data service is OData V2, its response doesn't seem to follow the OData V2 documentation which states: > If a...