Boghyon Hoffmann
Boghyon Hoffmann
https://www.w3.org/2018/04/pressrelease-webauthn-fido2.html.en https://developers.google.com/web/updates/2018/05/webauthn >  And [from MDN](https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API): > The Web Authentication API is an extension of the Credential Management API that enables strong authentication with public key cryptography, enabling password-less...
Related to [**this issue with sap.m.Slider**](https://github.com/SAP/openui5/issues/1270), I noticed there are several more controls interrupting global keyboard handling when they are focused: * [x] sap.m.(Range)Slider --> Fixed by https://github.com/SAP/openui5/commit/4a6bfc5f8138fc8d76e43ae2dda99db279547d73 * [x]...
## What is the expected result? Applications, as well as [internal framework APIs](https://github.com/search?q=repo%3Asap%2Fopenui5+%22sap%2Fui%2Fcore%2FLocaleData%22++NOT+path%3A%22%2Fcontroller+NOT+path%3A%22%2Ftest%22+language%3AJavaScript&type=code), can make use of asynchronous LocaleData. ## What happens instead? The module `sap/ui/core/LocaleData` doesn't provide any async...
* _Sample 1_ (JSBin): https://jsbin.com/luforov/edit?html,js,console We can see that the HeaderContainer is being rendered twice. Replace that HeaderContainer with a different control (e.g. `sap.m.Text`). The control is rendered once as...
### Steps to reproduce the problem: 1. From the Demo Kit Samples, pick one which can be opened in a new tab. E.g.: https://openui5nightly.hana.ondemand.com/entity/sap.f.FlexibleColumnLayout/sample/sap.f.sample.FlexibleColumnLayoutWithOneColumnStart. The Samples page has `sap_fiori_3` as...
Please correct me if I'm wrong but afaik UI5 controls **in mobile** devices aren't supposed display the dotted `outline` at all (such as in `sap.m.Button`, `.CheckBox`, etc..) since there is...
## URL (minimal example if possible): Let's say someone shares this topic: _[Performance: Speed Up Your App](https://openui5nightly.hana.ondemand.com/#/topic/408b40efed3c416681e1bd8cdd8910d4)_ ## Steps to reproduce the problem: 1. As a receiver, you open that...
## OpenUI5 version: Since 1.62.0 ## URL (minimal example if possible) https://openui5nightly.hana.ondemand.com/#/entity/sap.ui.core.mvc.ControllerExtension Sample(s) [used to be there](https://openui5.hana.ondemand.com/1.61.2/#/entity/sap.ui.core.mvc.ControllerExtension) since the introduction of `sap.ui.core.mvc.ControllerExtension` but now, not anymore.
Open https://embed.plnkr.co/nxTR3eO9kNZo42CR?show=Component.js,preview. It has `data-sap-ui-xx-nosync="true"` enabled as well as `preload: true` in `manifest.json`. The model should be created successfully but fails since `sap/ui/thirdparty/datajs.js` is apparently fetched synchronously in the above...
Extended `sap.ui.core.TooltipBase`: delegate event handlers tightly coupled with the tooltip owner
Recently I discovered that: * Framework hooks, such as `onlocalizationChanged` and `onThemeChanged`, are triggered **twice**. * Other pseudo or browser events, such as `onfocusin`, are handled **in** the _custom tooltip...