Closed necavit closed 5 years ago
Hi,
this is a flaw with the actual SAPUI5 schema. sap.m.IconTabHeader allows for Control or Fragment in the items aggregation whereas sap.m.IconTabFilter is an item...
I think this problem arises from the interface sap.m.IconTab they are using which does not seem to be reflected in the schema.
Therefore closing the issue.
BR Chris
Hi there! π Super nice project to have around! I have an issue with schema validation in PHPStorm... I am not sure who's to blame: the IDE or the schemas from SAP! Once the schemas are installed and linked to the IDE, the following view definition gives some errors:
Of course,
IconTabFilter
is actually aControl
, but the validation fails here... Which is funny, because intelli-sense does suggestIconTabFilter
as a valid element to be contained in the<items>
aggregation π Do you know whether this is an IDE's fault or an XSD's one? Have you faced this issue before? If so... could you get around it? π Thanks a lot and best regards!