spectrum-web-components
spectrum-web-components copied to clipboard
Audit pointer-capturing components for context-menu handling
trafficstars
Code of conduct
- [X] I agree to follow this project's code of conduct.
Description of issue
When a right-click context menu interrupts a dragging operation on a captured pointer, it can leave a component in an active dragging state (https://github.com/adobe/spectrum-web-components/pull/2102).
We should check to see if ColorArea, ColorHandle, ColorSlider, ColorWheel, NumberField, or HandleController need guards against this similar to SplitView's.