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

IdsDataGrid: Filters jump to wrong position when the grid is displayed inside of an ids-modal #1766

Closed
mecharmor opened this issue Jan 16, 2024 · 1 comment · Fixed by #1833
Assignees
Labels
type: bug 🐛 Something isn't working [2] Velocity rating (Fibonacci)

Comments

@mecharmor
Copy link

Describe the bug
The ids-data-grid component is loaded from within an ids-modal and when that is observed we will see that the toggle able filters are not at the correct positioning.
image

To Reproduce

  1. Embed the ids-data-grid component inside ids-modal
  2. open the modal
  3. observe your table is shown and click on any filter option

Steps to reproduce the behavior. Use the following code and render any data grid content like this:

<ids-modal id="my-modal-id>
      <ids-data-grid
         id="my-table"
         label="my-table"
         row-height="xs"
         filterable="true"
     ></ids-data-grid>
</ids-modal>

Expected behavior
The filter option should work in the same manner it already does but without the positioning in an incorrect placement

Version
From the package.json
"ids-enterprise-wc": "^1.0.0-beta.17",

Screenshots
Expected:
image

Actual:
image

Platform

  • Infor Application/Team Name: N/A
  • OS Version: Mac OS Ventura
  • Browser Name: Chrome
  • Browser Version: Version 120.0.6099.129 (Official Build) (x86_64)

Additional context
Add any other context about the problem here.

@tmcconechy tmcconechy added type: bug 🐛 Something isn't working [2] Velocity rating (Fibonacci) labels Jan 16, 2024
@tmcconechy tmcconechy changed the title ids-data-grid filters jump to wrong position when the grid is displayed inside of an ids-modal IdsDataGrid: Filters jump to wrong position when the grid is displayed inside of an ids-modal Jan 16, 2024
@ShwetaKhera
Copy link

@tmcconechy This issue is also noticed when ids-menu-button, ids-popup-menu are used inside ids-splitter component.
Screenshot 2024-02-05 at 1 30 07 PM

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 [2] Velocity rating (Fibonacci)
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants