[wpt-sync] Sync PR 50125 - Fix customizable select mouseup regression
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50125 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50125
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Fix customizable select mouseup regression
This patch fixes a bug where clicking on a customizable select whose
picker is positioned on top of the invoking button immediately opens
then closes the picker by requiring a mouseleave to be fired on an
option element before enabling the mouseup behavior.Fixed: 385300320
Change-Id: I52ae85c43217df77cd962d9b6d183e61b3622489Reviewed-on: https://chromium-review.googlesource.com/6133527
WPT-Export-Revision: f7dbc9f847ffad0c3b6077b60ed06e3a7942fc68
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
PASS
: 1
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-click-drag-option.tentative.html [wpt.fyi]
- Clicking the invoker button and dragging to an option should choose that option and close the picker.:
FAIL
(Chrome:PASS
) - Releasing the pointer on an option positioned on top of the invoker button should not close the picker.:
FAIL
(Chrome:FAIL
)
- Clicking the invoker button and dragging to an option should choose that option and close the picker.:
https://hg.mozilla.org/mozilla-central/rev/c4b40352ea93
https://hg.mozilla.org/mozilla-central/rev/3588bcd989b7
Description
•