Dropdown list is not tied to the parent form control when scrolling page #13133
Labels
ember
Ember UI Issue
kind/bug
QA/dev-automation
Issues that engineers have written automation around so QA doesn't have look at this
Setup
Describe the bug
When opening a dropdown list a then scroll the page, the list is not tied to the origin form control and therefor stays at the absolute position while scrolling the page.
To Reproduce
Test 1
Open a dropbox control and scroll the page up and down.
Test 2
Go to the local cluster. Navigate to
Workloads -> Deployments
and clickCreate
. Open one of the dropdown boxes that exist on this page and scroll the page with the mouse wheel.Result
The dropdown list stays at the origin abs. position while scrolling.
Expected Result
The dropdown box should stay tied to the parent form control and should scroll up/down.
Screenshots
https://github.com/user-attachments/assets/afa47587-bbe5-49c4-8f7c-02a32a6accec
dropdown_list_2.webm
Additional context
The text was updated successfully, but these errors were encountered: