Open
Bug 1689959
Opened 4 years ago
Updated 4 years ago
`nsFrameSelection::HandleDrag` ignores return value of `nsFrameSelection::HandleClick` which contains failure
Categories
(Core :: DOM: Selection, enhancement)
Tracking
()
NEW
People
(Reporter: mbrodesser-Igalia, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Here the return value which contains a failure is ignored.
I'll attach a patch with an assertion, which is violated when "dom/html/test/forms/test_input_number_mouse_events.html" is executed.
Reporter | ||
Comment 1•4 years ago
|
||
Reporter | ||
Updated•4 years ago
|
Type: defect → enhancement
Updated•4 years ago
|
Severity: -- → S3
Updated•4 years ago
|
Severity: S3 → N/A
Reporter | ||
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•