Open
Description
Check existing issues
- I have checked for existing issues to avoid duplicates
Actual Behavior
When moving a <calcite-list-item>
element between lists using drag-and-drop, the calciteListOrderChange
event is emitted by both the sending and receiving <calcite-list>
elements. However, when using the Move to menu to move the list-item, the event is only emitted by the sending list.
Expected Behavior
When using the Move to menu to move a list-item, the event is emitted by both the sending and receiving lists.
Reproduction Sample
https://codepen.io/nwhittaker-esri/pen/KwdKrEM
Reproduction Steps
- Visit the repro and open the console.
- Click on a list-item's sort-handle to open its menu.
- In the menu's *Move to group, select the other list.
- See in the console which lists emitted the
calciteListOrderChange
event. - Optionally compare the console output with moving a list item between lists via drag-and-drop.
Reproduction Version
3.2.1
Relevant Info
No response
Regression?
No response
Priority impact
impact - p2 - want for an upcoming milestone
Impact
No response
Calcite package
- @esri/calcite-components
- @esri/calcite-components-react
- @esri/calcite-design-tokens
- @esri/calcite-ui-icons
- @esri/eslint-plugin-calcite-components
Esri team
ArcGIS Field Apps