-
Notifications
You must be signed in to change notification settings - Fork 80
calcite-dropdown: open dropdown not moving on scroll after re-ordering blocks #6121
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
Labels
4 - verified
Issues that have been tested, confirmed as mitigated, and are ready to close.
ArcGIS Map Viewer
Issues logged by ArcGIS Map Viewer team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
Milestone
Comments
Additional research is needed, there may be a workaround related to the #6520 PR. |
@AdelheidF is this issue still present? |
@driskull yeah, it's still an issue. |
driskull
added a commit
that referenced
this issue
Nov 29, 2023
…itioning of component when component is moved. #6121
driskull
added a commit
that referenced
this issue
Nov 29, 2023
…itioning of component when component is moved (#8296) **Related Issue:** #6121 ## Summary - When a component is moved (via drag and drop or whatever), we need to reconnect floating UI (connectFloatingUI). - This is needed because it sets up autoUpdating of the reference element so that the reference element is tracked and positioned properly - Currently, when an a component is moved, this tracking is lost because we were only calling `connectFloatingUI` when the reference element and floating element were created. - This PR makes sure that we reestablish the floating UI autoUpdate when the component itself is moved.
Installed and assigned for verification. |
Verified in |
Looking good for me too. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - verified
Issues that have been tested, confirmed as mitigated, and are ready to close.
ArcGIS Map Viewer
Issues logged by ArcGIS Map Viewer team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
Uh oh!
There was an error while loading. Please reload this page.
Actual Behavior
Before re-ordering blocks the open dropdown moves along with the panel when scrolling via mouse wheel.
After re-ordering blocks the open dropdown stays in place.
cc @driskull
Expected Behavior
open dropdown always moves with the panel scroll
Reproduction Sample
https://codepen.io/afreitag/pen/RwBbgxK
Reproduction Steps
Reproduction Version
beta.99
Relevant Info
No response
Regression?
don't think so
Impact
medium
Esri team
ArcGIS Map Viewer
The text was updated successfully, but these errors were encountered: