eyedropper-api icon indicating copy to clipboard operation
eyedropper-api copied to clipboard

UI still exists after cancelling the eyedropper mode with AbortController

Open KaiHOtw-1010 opened this issue 3 years ago • 1 comments

According to the spec, it should exit the eyedropper mode and dismiss UI if the user aborts color selection. In the current implementation, the eyedropper UI still exists if user aborts the eyedropper mode with AbortController in code. The user still needs to click to dismiss the eyedropper UI afterward.
Minimal reproducible example: https://developer.mozilla.org/en-US/docs/Web/API/EyeDropper#aborting_the_eyedropper_mode As presented by the MDN web docs example above, the eyedropper UI remains after the timeout where the color selection is aborted with the AbortController signal.

KaiHOtw-1010 avatar Jun 12 '22 13:06 KaiHOtw-1010

That sounds like an implementation issue rather than a specification issue. Did you file an issue against Chromium?

inexorabletash avatar Jun 27 '24 20:06 inexorabletash