WPT pointerevent_setpointercapture_inactive_button_mouse.html fails in verify mode on mac
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: edgar, Assigned: masayuki)
References
Details
This is filed as a follow-up of bug 1520785.
pointerevent_setpointercapture_inactive_button_mouse.html somehow fails in verify mode on Mac, seems only happens on try, I could not reproduce this locally.
| Assignee | ||
Comment 1•1 year ago
|
||
Okay, this will be fixed by bug 1961318.
Comment 2•1 year ago
|
||
(In reply to Masayuki Nakano [:masayuki] (he/him)(JST, +0900)(sickish, maybe slower respose) from comment #1)
Okay, this will be fixed by bug 1961318.
Now, that bug 1961318 has landed, can we mark this as fixed?
| Assignee | ||
Comment 3•1 year ago
|
||
Right, Element::SetPointerCapture referes the global data of active pointers. Therefore, before correcting the behavior, it may meet unexpected situation, that is, the global data was not updated from the previous run. Now, we handle the situation intentionally. Therefore, this should never happen.
| Assignee | ||
Comment 4•1 year ago
|
||
FYI: Actually, there is no known failure:
- https://searchfox.org/mozilla-central/source/testing/web-platform/meta/pointerevents/pointerevent_setpointercapture_inactive_button_mouse.html.ini
- https://hg-edge.mozilla.org/mozilla-central/diff/574356d50559d498a44ce43b895317ee45f00fcc/testing/web-platform/meta/pointerevents/pointerevent_setpointercapture_inactive_button_mouse.html.ini
Description
•