Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
mydavidzhang opened this issue Oct 15, 2024 · 1 comment
Labels
bug This issue is a bug in the code High Prio SAP SF TOPIC Core

Comments

@mydavidzhang
Copy link

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

  • I’m not disclosing any internal or sensitive information.
@mydavidzhang mydavidzhang added the bug This issue is a bug in the code label Oct 15, 2024
@PetyaMarkovaBogdanova PetyaMarkovaBogdanova self-assigned this Oct 16, 2024
@PetyaMarkovaBogdanova
Copy link
Contributor

PetyaMarkovaBogdanova commented Oct 16, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code High Prio SAP SF TOPIC Core
Projects
Development

No branches or pull requests

2 participants