Bug 1591323 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

https://crash-stats.mozilla.org/report/index/ab506bff-4159-4f67-9b6d-3405c0191025

Looks like this crashes in nsFrame::HandleDrag, and looks like it's a near-nullptr crash - presumably what's happened is that changing the type of the input reframed it, which then breaks when trying to use the frame which has been nulled out, or something. I think this is a Layout issue (ie the handler should have been removed/readded when the frame type for the element changed, but I could be wrong... :dholbert, can you check?
https://crash-stats.mozilla.org/report/index/88a9f3fc-c996-4099-9d6c-2be120191025

Looks like this crashes in nsFrame::HandleDrag, and looks like it's a near-nullptr crash - presumably what's happened is that changing the type of the input reframed it, which then breaks when trying to use the frame which has been nulled out, or something. I think this is a Layout issue (ie the handler should have been removed/readded when the frame type for the element changed, but I could be wrong... :dholbert, can you check?

Back to Bug 1591323 Comment 1