Opened 5 years ago
Closed 7 months ago
#1485486 closed Feature Requests (fixed)
Compose in a new window
| Reported by: | ksteinhoff | Owned by: | ksteinhoff |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.9-beta |
| Component: | User Interface | Version: | git-master |
| Severity: | normal | Keywords: | compose popup |
| Cc: | etrapani@… |
Description
We have received many requests from users that a new window should be used for composing messages.
Attachments (1)
Change History (9)
comment:1 Changed 5 years ago by ksteinhoff
- Owner set to ksteinhoff
- Status changed from new to assigned
comment:2 Changed 5 years ago by alec
- Type changed from Bugs to Feature Requests
Changed 4 years ago by etrapani
comment:3 Changed 4 years ago by etrapani
I think that should do it. It's a one-liner that changes this.redirect with window.open.
But I don't understand the code well enough to see if there could be side effects. I hope not. I'll wait a while for your answer before I patch the production system.
comment:4 Changed 4 years ago by etrapani
- Cc etrapani@… added
comment:5 Changed 4 years ago by alec
Not so fast. Currently is not possible to compose more than one message at a time. This requires more changes.
comment:6 Changed 3 years ago by miken
Shouldn't this be driven by a user and default system setting? I really wouldn't like to have it open a new window for this.
Pop-up blockers need to be considered as well.
comment:7 Changed 2 years ago by thomasb
Changes in [4591de70] allow multiple concurrent compose windows. Now it's possible to open new windows for message composing. Should be configurable by the user.
comment:8 Changed 7 months ago by thomasb
- Milestone changed from later to 0.9-beta
- Resolution set to fixed
- Status changed from assigned to closed
Options to open message view and compose steps in new windows were added in commit [271efe53e0842].

Patch to open a new window when composing messages