SAP / ui5-language-assistant

VSCode Extension and Editor Tooling for SAPUI5
Apache License 2.0
53 stars 25 forks source link

Unknown formatter aggregation for tooltip #678

Closed BenReim closed 5 months ago

BenReim commented 7 months ago

When a formatter function is used in a tooltip aggregation...

<Text text="{title}" tooltip="{ path: 'descr', formatter: '.getTooltipText'}"/>

...the language assistant will raise the following error:

Unknown aggregation binding
marufrasully commented 7 months ago

@BenReim can you please share which UI5 version you are using?

BenReim commented 7 months ago

@mr25mr SAPUI5 v1.120.1

MN-public commented 7 months ago

@BenReim Thanks, we are checking this with colleagues

marufrasully commented 6 months ago

@BenReim issue is resolved. You can test it by this vsix. If everything works for you as expected, please close this issue. This fix will be included in upcoming release.

Thanks.

BenReim commented 5 months ago

Looks good, thanks for the fix!