Thorsten Hochreuter
Thorsten Hochreuter
As discussed in issue/2504: @wernerdaehn original example for relative binding paths in composite bindings: Imagine the situation where you use a JsonModel as the source of your e.g. tree table...
Hi @RobertoMalatesta, there is also another github issue that we track wrt. the async CLDR json loading: https://github.com/SAP/openui5/issues/2345 There is also an internal backlog item for this topic: CPOUI5FOUNDATION-77 The...
@codeworrior: it wasn't part of the initial issue, but I discussed this with @pubmikeb a bit. To my understanding it is related to the usage of {{placeholder}} texts in the...
@codeworrior you're right there is not path for this scenario... which suprised by a bit to be honest... I created a backlog item for this and informed the PO: CPOUI5FRAMEWORK-210
> @pubmikeb The issue #3134 refers rather to the `v2.ODataModel` requiring `sap/ui/thirdparty/datajs.js` synchronously if `"preload": true`. Not sure about the current state of i18n resources. There is also a known...
Guess I forgot to mention this earlier, the i18n issue I described is already tracked internally via a backlog item: CPOUI5FRAMEWORK-286 I can't say when this will be tackled, but...
I'll have a look into the Shop Admin app, but I would have expected to see a sync XHR for already asynchronously loaded i18n files. Still, it's present without the...
@pubmikeb: Thanks for rechecking this, so at least it's consistently wrong ;)
@boghyon & @flovogt: I consolidated this issue and the one about function usage in an internal backlog item: CPOUI5FRAMEWORK-343 See also my other comment on https://github.com/SAP/openui5-docs/issues/33
Hi @s-v-o, it's hard to say what actually happens here wrt. the ODataModel, but I'll outline the general the destruction lifecycle of a Component below: ### Component destruction lifecycle 1....