Opened 5 years ago
Closed 5 years ago
#1484824 closed Bugs (fixed)
Cannot move messages
| Reported by: | LevelZero | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Interface | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
After updating to R1168, I found I couldn't delete messages anymore.
I tried pressing Delete, clicking the Delete icon, dragging messages to trash.
A little further checking showed I could still delete the messages by pressing Shift+Delete for permanent removal.
After then trying to move a message to any other folder, I saw the same results: the bar on the selected message turns grey, but the message stays in the original folder.
I tested this under both Firefox (2.0.0.12) and IE (7.0.5730.11)
Attachments (1)
Change History (4)
Changed 5 years ago by LevelZero
comment:1 Changed 5 years ago by LevelZero
comment:2 Changed 5 years ago by seansan
- Milestone set to 0.1-stable
comment:3 Changed 5 years ago by thomasb
- Milestone 0.1-stable deleted
- Resolution set to fixed
- Status changed from new to closed
Fixed in [faebf41a]
Note: See
TracTickets for help on using
tickets.

I found the error in apps.js .. the change there introduced a slight logic error.
See attached patch for a suggested fix.