Skip to content

sectionChange falsely flagged as unknown attribute on ObjectPageLayout (sap.uxap) #749

@monika-palova

Description

@monika-palova

The UI5 Language Assistant in VS Code flags sectionChange as an unknown attribute on uxap:ObjectPageLayout even though it's valid and works at runtime.

SAPUI5 version: 1.135.0
Library used: sap.uxap
Attribute: sectionChange (public since 1.73)

.ui5.yaml:

specVersion: "3.2"
type: library
framework:
    name: SAPUI5
    version: 1.135.0

Steps to reproduce:

<mvc:View
  xmlns:mvc="sap.ui.core.mvc"
  xmlns:uxap="sap.uxap"
  controllerName="...">

  <uxap:ObjectPageLayout
    id="opl"
    sectionChange="onSectionChange" />

</mvc:View>

UI5 Language Assistant version: 4.0.81

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions