Linux 86.0b1: erratic behavior in message pane
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr78 unaffected, thunderbird86 affected, thunderbird87+ affected)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
thunderbird86 | --- | affected |
thunderbird87 | + | affected |
People
(Reporter: hikaph+mozilla, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
1.49 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0
Steps to reproduce:
- Open Thunderbird 86.0b1 (with or without MOZ_ENABLE_WAYLAND; it makes no difference).
- Open the message pane (if not already in use).
- Select multiple messages in a particular mailbox (e.g. Ctrl+A to read them all).
- Attempt to click on a particular message title in the message pane.
- Attempt to scroll through the aggregate message view with PgUp and PgDn.
Actual results:
WRT step 4: all text in the message pane is selected (highlighted). Message pane continues to display aggregate view of all messages selected and does not focus the message you clicked in step 4.
WRT step 5: nothing happens. (The message pane will respond appropriately to Space and Shift+Space, though.)
Expected results:
WRT step 4: message pane should redraw, un-displaying the aggregate message view; instead, it should display contents of message selected by click in step 4.
WRT step 5: message pane should paginate up once on PgUp and down once on PgDn.
Comment 1•4 years ago
|
||
Do you see any similar issues when using Firefox?
Does it happen when starting Thunderbird in safe mode? https://support.mozilla.org/en-US/kb/safe-mode-thunderbird
Comment 2•4 years ago
|
||
Mozilla/5.0 (X11; Linux x86_64; rv:86.0) Gecko/20100101 Thunderbird/86.0 on Fedora 33.
Reproducible in safe mode.
Message Pane enabled.
Selected 16 messages in the Thread Pane.
Went to the Message Pane and can only see two messages.
Comparing it with 78.7.0 I see the scroll bar is missing in the Message Pane.
Reporter | ||
Comment 3•4 years ago
|
||
- I don't see similar issues with Firefox (my stable build is a bit behind at 84.0.2, but Nightly doesn't exhibit any similar symptoms).
- Yes, the symptoms also happen in safe mode.
- Walt's comment is a mix-and-match for me: I am also missing the scroll bar in the message pane, but the message pane does appear to collect all selected messages for aggregate display (if I scroll down with Space, anyway).
Comment 4•4 years ago
|
||
Didn't know you could use the Space bar.
It also works for me and I see all selected messages for aggregate display.
Reporter | ||
Comment 5•4 years ago
|
||
mozregression
bisect suggests one of these changes as the culprit. I'm trying to build from these changes (starting from good revision 30b39201c92fc9ceb80468361be566f3e2f5e17b
) to verify this.
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
This would be from bug 1572062
Assignee | ||
Comment 8•4 years ago
|
||
The overflow part is understandable.
I don't understand why the subjects become non-clickable. Somehow it's due to messenger.css setting :root,body height to 100%; I need to unset the height for root, otherwise they are not clickable. Super weird...
(OTOH, multimessageview.xhtml may not really need messenger.css)
Assignee | ||
Updated•4 years ago
|
Comment 9•4 years ago
|
||
Assignee | ||
Comment 10•4 years ago
|
||
Yes, let's do that.
Assignee | ||
Updated•4 years ago
|
Comment 11•4 years ago
|
||
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/70445a8d28d8
fix multimessage pane: scrollbars missing and subjects not clickable, after top level html. r=Paenglab
Reporter | ||
Comment 12•4 years ago
|
||
Thunderbird Daily built from comment #11 fixes the issue for me on Fedora 33: scrollbars are back and subjects are clickable.
Description
•