Navigating through the attachments in the composers attachment bucket no more possible
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird67 fixed, thunderbird68 fixed)
People
(Reporter: Paenglab, Assigned: jorgk-bmo)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mkmelin
:
review+
mkmelin
:
feedback+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
It's no more possible to navigate with the cursor keys through the attachments in the composer's attachment bucket.
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Which version?
Reporter | ||
Comment 2•6 years ago
|
||
Beta 66 and trunk. Not checked but I think it was in 65 also.
Comment 4•6 years ago
|
||
Sounds likely. That's using xbl-richlistbox. Arshad is converting those atm in bug 1523607. Let's check once that's done.
Assignee | ||
Comment 6•6 years ago
|
||
From the duplicate (bug 1541205) I've just filed: I get this in the error console:
JavaScript error: chrome://messenger/content/mailWidgets.xml, line 150: TypeError: box is null
Also, when the focus is on the body and I press Alt+M to focus the attachment bucket I get:
JavaScript error: chrome://messenger/content/richlistbox.xml, line 857: TypeError: this.currentItem._fireEvent is not a function.
Comment 7•6 years ago
|
||
From Bug 1541205.
Regression window:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=92f2f9d3268cf833b2860a0cdf5a443e6e5562d8&tochange=992cb1d8b84f15a340dc72c3a7f61eb4da31e945
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=19fc512f3c95b2f24edefbf6ee87a7bf63e618d1&tochange=32810619d6b3fb498cba043bc19da2c62c878845
Regressed by:
992cb1d8b84f Richard Marti — Bug 1516813 - Port Bug 1472557: Remove the "scrollbox" anonymous element from "richlistbox". r=jorgk DONTBUILD
Assignee | ||
Comment 8•6 years ago
|
||
OK, the scrollbox
hunk is just a porting error. The _fireEvent()
function doesn't exist any more, so we might as well remove it. At least it restores the functionality for now. I can't see any negative effects.
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Ah well, maybe the de-XBL guys want to take over. At least we know this is fixable without 1523607 and we can fix TB 67 beta as well.
The main point is here: What about _fireEvent()
?
Assignee | ||
Comment 12•6 years ago
|
||
How about this then?
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Assignee | ||
Comment 15•6 years ago
|
||
Assignee | ||
Comment 16•6 years ago
|
||
Wow, how did this happen?
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/66cc9a7a0aaa
Port more of bug 1472557 to fix attachment navigation. r=mkmelin DONTBUILD
Assignee | ||
Comment 19•6 years ago
|
||
Thanks again, Alice, your help was very valuable, as always!!
Assignee | ||
Updated•6 years ago
|
Comment 20•6 years ago
|
||
I'm pretty sure this regressed the attachment pane so that if there are numerous items that would create multiple rows, they are now all on one row with a long scrollbar, don't wrap, and the height cannot be sized with the splitter. preferredHeight is probably wrong.
Assignee | ||
Comment 21•6 years ago
|
||
Actually no, when we landed it, it was all fine. With this M-C changeset: Thu Apr 04 07:34:14 2019 +0300, it's all fine locally. Please file a new bug and CC me, Magnus, Richard and Aceman.
Assignee | ||
Comment 22•6 years ago
|
||
Hmm, my apologies, looks like I was wrong. I got confused about the attachment pane in the composer and the preview pane. More in bug 1542317.
Assignee | ||
Comment 23•6 years ago
|
||
TB 67 beta 2:
https://hg.mozilla.org/releases/comm-beta/rev/e0ec15fa6c0626752a5ff03d6fdf2424f7d753fc
Comment 24•6 years ago
|
||
Hi,
For a blind user, this bug is still blocked by Bug 1533360. Because with tthis bug, even if the crt moves and it is good because now I can remove again the attached file via del key, the screen canno follow the movement. An additional comment was added by Joanmarie on the bug.
Regards
Description
•