spectrum-web-components icon indicating copy to clipboard operation
spectrum-web-components copied to clipboard

Audit pointer-capturing components for context-menu handling

Open hunterloftis opened this issue 3 years ago • 0 comments
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.

hunterloftis avatar Feb 10 '22 19:02 hunterloftis