Closed
Bug 2058761
Opened 26 days ago
Closed 18 days ago
Make quoting the selected text work with messages displayed in a child process
Categories
(Thunderbird :: Message Reader UI, task)
Thunderbird
Message Reader UI
Tracking
(thunderbird155 fixed)
RESOLVED
FIXED
155 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird155 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Quoting the selected text works by getting a Selection object from the displayed message, and passing it to the compose back end. That won't work if the message is displayed in a child process, because a Selection object can't be sent across IPC boundaries.
| Assignee | ||
Comment 1•26 days ago
|
||
| Assignee | ||
Comment 2•20 days ago
|
||
| Assignee | ||
Updated•20 days ago
|
Keywords: checkin-needed-tb,
leave-open
Target Milestone: --- → 155 Branch
Pushed by benc@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/c39d5bd1149c
Make quoting the selected text work with messages displayed in a child process. r=freaktechnik
Keywords: checkin-needed-tb
| Assignee | ||
Updated•18 days ago
|
Keywords: leave-open → checkin-needed-tb
Updated•18 days ago
|
status-thunderbird155:
--- → fixed
Pushed by toby@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/3a2d74aae04d
Add mail-message message manager group. r=freaktechnik
You need to log in
before you can comment on or make changes to this bug.
Description
•