-
Notifications
You must be signed in to change notification settings - Fork 1
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
Auro Select's Dropdown displays wonky inside Auro Dialog #187
Auro Select's Dropdown displays wonky inside Auro Dialog #187
Comments
from initial assessment, this issue will probably need a code change in Auro-Dropdown to fix |
@Patrick-Daly-AA would you know how long the fix would take? It is being used as part of our LMS work so it is a high priority item for us |
@dkt2 at the moment we aren't sure. We have a chunk of work in our backlog to replace popperJS with the native PopOver implementation that is now supported across all our supported browsers. We're looking to see how soon we will be able to get that work in, and if that will be too long we can fix this sooner. Tagging @braven112 for visibility. |
@dkt2 Our work to implement native popover is being tracked here: AlaskaAirlines/auro-dropdown#239 It's third on our list of major priorities behind color theming and a new component called Multi-select. This puts the change-over to Native Popover at least a month out. Are there other workarounds that you can try in the mean time? If not, please contact @braven112 and we can work to coordinate a one-off fix sooner. |
@braven112 we don't have a nice workaround that doesn't involve corrupting the designs & significant rework... can you halp? |
Hi @braven112 (cc @Patrick-Daly-AA @blackfalcon), I found a similar problem with Auro DatePicker Screen.Recording.2024-05-16.at.9.24.25.AM.movIt seems like a highly related problem to the Auro Select |
Thanks for the extra example. We are pretty sure the issue is a conflict with auro-dropdown and auro-dialog. The positioning of auro-dialog seems to be overwriting the positioning for any component that has a dropdown. This issue never appears when an auro-dropdown component is used directly on the page, only when it is inside an auro-dialog. |
- This commit addresses the positioning issue of `auro-dropdown` when `auro-select` is placed inside `auro-dialog` component Changes to be committed: modified: package-lock.json modified: src/auro-select.js modified: src/style.scss
- This commit addresses the positioning issue of `auro-dropdown` when `auro-select` is placed inside `auro-dialog` component Changes to be committed: modified: package-lock.json modified: src/auro-select.js modified: src/style.scss
## [2.10.4](v2.10.3...v2.10.4) (2024-06-10) ### Bug Fixes * add relative positioning to div wrapper [#187](#187) ([4ec21ac](4ec21ac))
Describe the bug
Putting an Auro Select inside an Auro Dialog seems to mess with the calculations used to display Auro Select's Dropdown
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A reasonably fixed position for Auro Select's Dropdown durable through scrolling events
Screenshots
auro-select-inside-auro-dialog-2-2.mov
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: