Skip to content

Conversation

@petermuessig
Copy link
Member

@petermuessig petermuessig commented Oct 10, 2025

Web Component classes not having a tag can't be rendered and thus neither need a width nor a height property.

@petermuessig petermuessig requested review from H4ze and Thodd October 10, 2025 05:13
@@ -1 +1 @@
{"namespace":"@ui5/webcomponents","qualifiedNamespace":"@ui5.webcomponents","tag":"ui5-table-row-action-navigation","interfaces":[],"properties":{"interactive":{"type":"boolean","mapping":"property","defaultValue":false},"invisible":{"type":"boolean","mapping":"property","defaultValue":false}},"aggregations":{},"associations":{},"events":{"click":{"allowPreventDefault":false,"enableEventBubbling":true,"parameters":{}}},"getters":[],"methods":[]} No newline at end of file
{"namespace":"@ui5/webcomponents","qualifiedNamespace":"@ui5.webcomponents","tag":"ui5-table-row-action-navigation","interfaces":[],"properties":{"interactive":{"type":"boolean","mapping":"property","defaultValue":false},"invisible":{"type":"boolean","mapping":"property","defaultValue":false},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{},"associations":{},"events":{"click":{"allowPreventDefault":false,"enableEventBubbling":true,"parameters":{}}},"getters":[],"methods":[]} No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I believe these changes happen because now the base classes might not provide the width/height anymore, see TableRowActionBase.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct

@petermuessig petermuessig merged commit 24df790 into main Oct 10, 2025
5 checks passed
@petermuessig petermuessig deleted the fix/modules/WidthAndHeight branch October 10, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants