Closed
Bug 1919145
Opened 7 months ago
Closed 7 months ago
MOZ_CRASH(MouseEvent target must be an element) at layout/base/PresShell.cpp:9012 when drag tab out of window
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
DUPLICATE
of bug 1916141
People
(Reporter: gstoll, Unassigned)
References
(Regression)
Details
(Keywords: regression)
STR:
- Open a debug build of Firefox
- Open two tabs in the same window
- Drag one tab and drop it outside of any Firefox window (in order to make a new window)
mozregression
says this has been happening since 2024-08-01, so I'm assuming this has been happening since this MOZ_CRASH
was added in bug 1905267.
Comment 1•7 months ago
|
||
:masayuki, since you are the author of the regressor, bug 1905267, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(masayuki)
Comment 2•7 months ago
|
||
I landed the patch for bug 1916141 yesterday and it should fix this bug too. I cannot reproduce with the STR with the latest debug build on Windows. Do you still reproduce the crash in the newer build?
Flags: needinfo?(masayuki) → needinfo?(gstoll)
Reporter | ||
Comment 3•7 months ago
|
||
Ah, yup, this seems to have fixed it. Thanks!
Status: NEW → RESOLVED
Closed: 7 months ago
Duplicate of bug: 1916141
Flags: needinfo?(gstoll)
Resolution: --- → DUPLICATE
Comment 4•7 months ago
|
||
No, thank you for the report! I'll try to understand what's going on in the case. (The fix does not include a test.)
You need to log in
before you can comment on or make changes to this bug.
Description
•