Clicking on the empty space below the messages in the thread pane should not trigger any actions.
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr115? fixed)
People
(Reporter: Michkov, Assigned: welpy-cw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr115+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
Select a message in message list pane
Double click on an empty space in message list pane
Actual results:
Selected message opens in new tab
Expected results:
Nothing, or perhaps unselection of the selected message.
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
This concerns right and middle clicking as well.
Additional steps to reproduce:
- Open a folder containing few messages for the first time (no message selected yet).
- Double/middle click on empty space below the messages in the thread pane.
Actual results:
Error console shows
Uncaught : Component returned failure code: 0x80550018 [nsIMsgDBView.getFlagsAt]
_onItemActivate chrome://messenger/content/about3Pane.js:4577
_onDoubleClick chrome://messenger/content/about3Pane.js:4545
handleEvent chrome://messenger/content/about3Pane.js:4455
after double click,
Uncaught TypeError: can't access property "index", row is null
_onMiddleClick chrome://messenger/content/about3Pane.js:4564
handleEvent chrome://messenger/content/about3Pane.js:4460
after middle click.
Expected results:
Nothing should happen.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/1f126201485d
Prevent mouse clicks on empty space in thread pane from triggering any actions. r=freaktechnik
Assignee | ||
Comment 5•10 months ago
|
||
Comment on attachment 9366508 [details]
Bug 1867407 - Prevent mouse clicks on empty space in thread pane from triggering any actions. r=#thunderbird-front-end-reviewers
[Approval Request Comment]
Testing completed (on c-c, etc.): c-c and beta
Risk to taking this patch (and alternatives if risky): very low
Comment 6•10 months ago
|
||
Comment on attachment 9366508 [details]
Bug 1867407 - Prevent mouse clicks on empty space in thread pane from triggering any actions. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for esr115
Comment 7•10 months ago
|
||
bugherder uplift |
Thunderbird 115.7.0:
https://hg.mozilla.org/releases/comm-esr115/rev/dc8ef48863dd
Description
•