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

ix-pagination gets out of parent element #1576

Open
2 tasks done
m7mdyahia opened this issue Nov 25, 2024 · 1 comment
Open
2 tasks done

ix-pagination gets out of parent element #1576

m7mdyahia opened this issue Nov 25, 2024 · 1 comment
Labels
type: enhancement New feature or request Workflow: Issue created JIRA issue is created and will be analyzed

Comments

@m7mdyahia
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?

  • ix-pagination gets out of parent element
  • even if parent element has fixed width
  • even if pagination has fixed width
<div style="width: 10rem;background-color: ivory" class="d-flex flex-column h-100 p-3 border">
  <div class="overflow-auto">
      <ix-event-list itemHeight="40" animated="false">
          <ix-event-list-item  *ngFor="let movie of movies">
              <span>{{ movie }}</span>
          </ix-event-list-item>
      </ix-event-list>
  </div>
  <div style="height: 40px;background-color: aqua"></div>
  <div class="w-100">
      <div style="height: 40px;background-color: beige"></div>
      <ix-pagination count="100"></ix-pagination>
  </div>
</div>

image

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

Angular

Which version of iX do you use?

latest

Code to produce this issue.

https://stackblitz.com/edit/stackblitz-starters-sm5fbn?file=src%2Fapp%2Fapp.component.html
@m7mdyahia m7mdyahia added the triage We discuss this topic in our internal weekly label Nov 25, 2024
@matthiashader matthiashader added type: enhancement New feature or request Workflow: Issue created JIRA issue is created and will be analyzed and removed triage We discuss this topic in our internal weekly labels Nov 26, 2024
Copy link
Contributor

github-actions bot commented Nov 26, 2024

🤖 Hello @m7mdyahia

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-2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request Workflow: Issue created JIRA issue is created and will be analyzed
Projects
None yet
Development

No branches or pull requests

2 participants