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

[Bug]: Class layout label position & inheritance issue #14635

Closed
NiklasBr opened this issue Mar 13, 2023 · 0 comments · Fixed by #14753
Closed

[Bug]: Class layout label position & inheritance issue #14635

NiklasBr opened this issue Mar 13, 2023 · 0 comments · Fixed by #14753
Assignees
Labels
Milestone

Comments

@NiklasBr
Copy link
Contributor

Expected behavior

Having a fieldset or other layout component inside another should work with regards to label positioning. Parent should not override child.

Actual behavior

Only the positioning closest to the root of the layout definition works.

The "Test Text" label should be positioned to the left, not top:
Screenshot 2023-03-13 at 14 48 26

Steps to reproduce

  1. Create a localizedfield, or any other layout container.
  2. Set label position to e.g. top.
    Screenshot 2023-03-13 at 14 47 30
  3. Add a new layout container of some sort into the one created earlier, set the label position to something else, e.g. left.
    Screenshot 2023-03-13 at 14 48 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants