ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

[Form]: should be able to render items first vertically to fill one column then fill next column

Open mydavidzhang opened this issue 1 year ago • 1 comments

Bug Description

Currently Form component render items first horizontally cross all columns then vertically fill columns. For example 3 items 2 columns the current order is like below. 1 2 3 Here 2 means in dom tree it's second item.

Expect behavior Fill first column then next column like below. 1 3 2 Below is current behavior screenshot from demo page https://sap.github.io/ui5-webcomponents/components/Form/ Screenshot 2024-10-15 at 11 55 44 AM

Affected Component

Form

Expected Behaviour

Form should be able to fill full of first column then next column.

Isolated Example

https://sap.github.io/ui5-webcomponents/components/Form/

Steps to Reproduce

Go to demo page https://sap.github.io/ui5-webcomponents/components/Form/. Check the Basic Sample and look at dom elements. The order is like below. 1 2 3 4

Log Output, Stack Trace or Screenshots

No response

Priority

High

UI5 Web Components Version

2.3.0

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

SF

Declaration

  • [X] I’m not disclosing any internal or sensitive information.

mydavidzhang avatar Oct 15 '24 19:10 mydavidzhang

Hi colleagues from @SAP/ui5-webcomponents-topic-core , can you, please, check the reordering of the dorm elements when the space is shrinked. Best regards Petya Markova. (UI5 Web Components Dispatcher)

PetyaMarkovaBogdanova avatar Oct 16 '24 10:10 PetyaMarkovaBogdanova

This needs to be prioritized. We spent a lot of time with webcomponents react team to resolve this issue in 1.X version, and then in the beginning of the release we refactor to 2.X version which introduces the issue back again.

This will be a major release blocker, and so we will need this fix sooner rather than later.

Please refer to: https://github.com/SAP/ui5-webcomponents-react/issues/5704

codefactor avatar Oct 30 '24 17:10 codefactor

Hi @codefactor,

The issue was addressed and it will be available with next release.

nnaydenow avatar Nov 15 '24 08:11 nnaydenow

:tada: This issue has been resolved in version v2.5.0-rc.1 :tada:

The release is available on v2.5.0-rc.1

Your semantic-release bot :package::rocket:

ui5-webcomponents-bot avatar Nov 21 '24 08:11 ui5-webcomponents-bot