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

Pane component does not respect parent size #1305

Open
2 tasks done
raphaelgodart opened this issue May 28, 2024 · 1 comment · May be fixed by #1457
Open
2 tasks done

Pane component does not respect parent size #1305

raphaelgodart opened this issue May 28, 2024 · 1 comment · May be fixed by #1457
Labels
type: bug Something isn't working Workflow: Issue created JIRA issue is created and will be analyzed

Comments

@raphaelgodart
Copy link

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

The Pane component does not respect its parent size. When putting ix-pane in a parent div, ix-pane bleeds out of the parent div. This is due to position: absolute which is set on the :host of the pane component. When overriding positioning and setting it to unset, the sizing occurs as expected and the Pane respects its parent size.

This StackBlitz illustrates the issue: https://stackblitz.com/edit/ix-pane-positioning

What type of frontend framework are you seeing the problem on?

Angular

Which version of iX do you use?

v2.1.2

Code to produce this issue.

https://stackblitz.com/edit/ix-pane-positioning
@raphaelgodart raphaelgodart added the triage We discuss this topic in our internal weekly label May 28, 2024
@matthiashader matthiashader added type: bug Something isn't working Workflow: Issue created JIRA issue is created and will be analyzed and removed triage We discuss this topic in our internal weekly labels Jun 13, 2024
Copy link
Contributor

github-actions bot commented Jun 13, 2024

🤖 Hello @raphaelgodart

Your issue will be analyzed and is part of our internal workflow.
To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-1322

@matthiashader matthiashader linked a pull request Sep 4, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working Workflow: Issue created JIRA issue is created and will be analyzed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants