Intermittent comm/mail/components/addrbook/test/browser/browser_drag_drop.js | Error: No data transfer object after synthesizing the mouse!
Categories
(Thunderbird :: Mail Window Front End, defect, P5)
Tracking
(thunderbird_esr102 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
People
(Reporter: intermittent-bug-filer, Assigned: darktrojan)
Details
(Keywords: intermittent-failure, intermittent-testcase)
Attachments
(2 files)
Filed by: geoff [at] darktrojan.net
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=403200111&repo=try-comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/CEcD9a6nQym-EY-JTtN6nA/runs/0/artifacts/public/logs/live_backing.log
| Assignee | ||
Comment 1•3 years ago
|
||
This is the drag and drop failure we've had for some time. It's caused by the focus prevention hack here. If we change that to only happen if the target is a button, drag and drop works again. There are no other descendants of a tree list that could be focusable, so that seems like a good solution.
| Assignee | ||
Comment 2•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b5d0e7a1aba3
Fix dragging from tree view listboxes. r=aleca
| Assignee | ||
Comment 4•3 years ago
|
||
I rebased the wrong thing and pushed this before it was reviewed. 🤦
| Assignee | ||
Comment 5•3 years ago
|
||
Let's reuse this bug to do the job properly, since my original fix didn't.
| Assignee | ||
Comment 6•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a7432411508b
Keep focus on the thread tree when clicking buttons or the subject. r=aleca
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Description
•