Hang on Reddit after dragging selected text
Categories
(Core :: DOM: Selection, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox138 | --- | unaffected |
| firefox139 | --- | unaffected |
| firefox140 | + | verified |
People
(Reporter: mccr8, Assigned: sefeng211)
References
(Regressed 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(3 files)
STR:
- Go to a Reddit comment page like https://www.reddit.com/r/news/comments/1klnsb2/microsoft_is_cutting_3_of_all_workers/
- Select the text of a comment.
- Click and drag the highlighted text.
Results: the content process hangs. Here's a profile: https://share.firefox.dev/44Avepx
I think this is a regression. Sean, could this be a regression from bug 1932150? I can do a bisection if it doesn't seem like that's the problem.
I'm on the latest 2025-05-13 Nightly.
[Tracking Requested - why for this release]: Fairly easy to trigger hang that makes a popular page unusable.
| Reporter | ||
Comment 1•1 year ago
|
||
I did a mozregression. Here's the resulting range.
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
The bug is marked as tracked for firefox140 (nightly). We have limited time to fix this, the soft freeze is in 8 days. However, the bug still isn't assigned.
:hsinyi, could you please find an assignee for this tracked bug? Given that it is a regression and we know the cause, we could also simply backout the regressor. If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 4•1 year ago
|
||
Looks like sefeng is working on this so I'll assign it to them.
| Assignee | ||
Comment 5•1 year ago
|
||
| Assignee | ||
Comment 6•1 year ago
|
||
If the element is slotted and the aKind == TreeKind::Flat, it should
use the index of AssignedNodes of the slot element to do the
comparison.
Comment 9•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e4002275827f
https://hg.mozilla.org/mozilla-central/rev/39ef68bec9f9
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
I was able to reproduce the issue on Ubuntu 24.04 using Firefox build 140.0a1(20250513214736).
Verified as fixed on Win11 / Ubuntu 24.04 using Firefox builds 141.0a1 and 140.0b2.
Description
•