Open
Bug 1960236
Opened 8 days ago
Updated 5 days ago
Assertion failure: mCurrentTarget, at /builds/worker/checkouts/gecko/dom/events/EventStateManager.cpp:2525
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox137 | --- | unaffected |
firefox138 | --- | fix-optional |
firefox139 | --- | affected |
People
(Reporter: welpy-cw, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Steps to reproduce:
- Open https://mdn.github.io/dom-examples/drag-and-drop/copy-move-DataTransfer.html using a recent Windows 2012 x64 debug build of Firefox Nightly.
- Drag and drop the first element into the "Copy drop zone".
Firefox Nightly crashes with the output Assertion failure: mCurrentTarget, at /builds/worker/checkouts/gecko/dom/events/EventStateManager.cpp:2525
.
Comment 1•8 days ago
|
||
Set release status flags based on info from the regressing bug 1952925
:masayuki, since you are the author of the regressor, bug 1952925, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
status-firefox137:
--- → unaffected
status-firefox138:
--- → affected
status-firefox-esr128:
--- → unaffected
Flags: needinfo?(masayuki)
Comment 2•8 days ago
|
||
That detects a traditional bug of our pointercancel
event dispatching.
Severity: -- → S3
Flags: needinfo?(masayuki)
Updated•6 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•