Modify ↓
Ticket #9457 (new enhancement)
Opened 20 months ago
Last modified 17 months ago
Unsubmitted comments lost after attaching files
| Reported by: | andrew.c.martin@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | unscheduled |
| Component: | ticket system | Version: | 0.11.6 |
| Severity: | minor | Keywords: | javascript |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
While modifying assigned tickets of mine, I've noticed that if I add comments and then go to attach a file, when I selected the "Back to Ticket#" button at the top of the page, the attachment is saved but my un-submitted comments are erased. Trac should save all modifications in memory until the changes are submitted.
Attachments
Change History
comment:1 Changed 20 months ago by cboos
comment:2 Changed 18 months ago by Alexander Sokolov <iskander.sokol@…>
Yes, it's tedious to remember that you don't submit changes before press Attach file
comment:3 Changed 17 months ago by cboos
- Keywords javascript added
- Milestone set to unscheduled
PatchWelcome for suggestion in comment:1.
Note: See
TracTickets for help on using
tickets.



It would be difficult for Trac to save anything not yet submitted... but I think there was already a suggestion that we could use Javascript for this (maybe simply by disabling the Attach file button if there's a pending comment).