Boghyon Hoffmann

Results 85 comments of Boghyon Hoffmann

Could you give some use cases where a nested composite binding is required? And why are existing solutions not sufficient?

As Thomas mentioned, these are actually possible: https://jsbin.com/wihiwuw/edit?html,js,output Only if the composite binding contains another `parts` within, it's not possible currently. E.g.: ```none text="SomeStringLiteral {= ${parts:['model>/obj']}.result}" \ \_Composite_Binding_/ / \______________Composite_Binding_________________/...

> you can just change the version number from the browsers address bar Yes, I'm aware of this. But usually beginners aren't 😕 😕😕😕😕😕

@HerzogIgzorn I enhanced the initial issue description as it applies not only to `onlocalizationChanged` and `onThemeChanged` but also to other delegate event handlers.

+1. AFAIK search engines also recommend to [avoid relying on `#`](https://developers.google.com/search/docs/guides/javascript-seo-basics#use-history-api). I guess this is also the reason why Demo Kit has recently moved away from it in order to...

Seems to be fixed for all controls that I know. Thank you everyone for fixing the issue. @myordanov @SvetoslavSpasov @radostina-tsiklovska @a-z-ivanov

@matz3 @aborjinik `sap.m.SelectList` seems to have the same issue: https://openui5nightly.hana.ondemand.com/#/entity/sap.m.SelectList 1. Select one preview 2. Click on one of the items 3. Try to nav back to previous page by...

Added [more controls that have the issue](https://github.com/SAP/openui5/issues/1414#issue-218520264). Would be nice if this issue could be reopened.

Is/Was there an internal discussion on how to tackle this issue\* more.. efficiently or centrally? I can create PRs to fix all those controls one by one but using `setDisabledModifiers`...

Btw: just noticed the Right Alt (Alt Gr) is not considered in the fixes so far. But I guess most users use the Left Alt when navigating with the keyboard.