You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with the DynamicPageTitle component's actions property when using a custom actions component. The custom actions component, which includes two buttons, does not display a gap between the buttons when placed in the actions property. However, placing the two buttons directly in the actions property does result in the correct gap between them.
According to another related bug (#5863), this issue is mentioned in the context of a slot. However, the custom actions component does not have a slot in its props.
When the custom actions component is placed in the actions property of the DynamicPageTitle, there should be a gap between the buttons, similar to when the buttons are placed directly in the actions property.
Screenshots or Videos
UI5 Web Components for React Version
1.28.0
UI5 Web Components Version
1.24.0
Browser
Chrome, Edge, Firefox, Safari
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
I’m not disclosing any internal or sensitive information.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is an issue with the
DynamicPageTitle
component'sactions
property when using a custom actions component. The custom actions component, which includes two buttons, does not display a gap between the buttons when placed in theactions
property. However, placing the two buttons directly in the actions property does result in the correct gap between them.According to another related bug (#5863), this issue is mentioned in the context of a
slot
. However, the custom actions component does not have a slot in its props.Isolated Example
https://stackblitz.com/edit/github-zwueh7-t5uuzk?file=src%2FApp.tsx,src%2FCustomActions.tsx
Reproduction steps
1.Place the custom actions component in the actions property of the DynamicPageTitle component. Observe the lack of gap between the two buttons. https://stackblitz.com/edit/github-zwueh7-t5uuzk?file=src%2FApp.tsx,src%2FCustomActions.tsx
2. Place the two buttons directly in the actions property of the DynamicPageTitle component. Observe the presence of a gap between the buttons. https://stackblitz.com/edit/github-zwueh7-weexue?file=src%2FApp.tsx
Expected Behaviour
When the custom actions component is placed in the
actions
property of theDynamicPageTitle
, there should be a gap between the buttons, similar to when the buttons are placed directly in the actions property.Screenshots or Videos
UI5 Web Components for React Version
1.28.0
UI5 Web Components Version
1.24.0
Browser
Chrome, Edge, Firefox, Safari
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: