Closed ethanwmiller closed 1 month ago
This is likely to be fixed with the implementation of Native popover: https://github.com/AlaskaAirlines/auro-dropdown/issues/239
Will continue conversations to determine if this needs any other work or "quick fix" to try to address this issue sooner.
Floating UI POC was successful. Our next steps will be to integrate that fully into the relevant components and release them. At that time, we will re-test to ensure this issue is fixed, until then, this issue is not able to be fixed.
No further tracking is needed here. All fixes are handled within the dropdown component.
Please verify the version of auro-dialog you have installed
1.0.9
Please describe the bug
Inside of a dialog, the content of a popover that exceeds the boundaries of the dialog is cut off. Also, if a dropdown is expanded inside of the dialog, you have to scroll to see the contents of the dropdown, which is not a good user experience.
Reproducing the error
Expected behavior
The popover text should be completely visible, not cut off by the dialog. Additionally, the dropdown shouldn't require scrolling to see the options. (Included a screenshot from my team's app where this is happening, but the same behavior happens on the doc site)
What browsers are you seeing the problem on?
Firefox, Chrome, Safari
Additional context
The doc site appears to still be on version 1.0.8, but I tested version 1.0.9 locally and saw the same problem
Exit criteria
No response