Summary | Deleting and re-adding attachements not reliable in non-Firefox browsers |
Queue | IMP |
Queue Version | 6.2.13 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | aaronp (at) critd (dot) com |
Created | 04/14/2016 (3342 days ago) |
Due | |
Updated | 10/20/2017 (2788 days ago) |
Assigned | 04/18/2016 (3338 days ago) |
Resolved | 04/19/2016 (3337 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 5cc0ebf3fcb575d441d20bbbf06cbd0823efdd4f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon, 18 Apr 2016 23:21:37 -0400
Bug: 14329Ensure the file input node is clear.If removing a attachment, if we don't manually clear the
input node on some browsers, it will be impossible to attach
the same file again since the browser thinks it is already
attached.
M js/compose-dimp.js
https://github.com/horde/imp/commit/5cc0ebf3fcb575d441d20bbbf06cbd0823efdd4f
commit 2f2a6c1efe2fcf1227bf67e7ace4bc8a08f6094e
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Apr 18 23:14:25 2016 -0400
Bug: 14329Ensure the file input node is clear.If removing a attachment, if we don't manually clear the
input node on some browsers, it will be impossible to attach
the same file again since the browser thinks it is already
attached.
imp/js/compose-dimp.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/2f2a6c1efe2fcf1227bf67e7ace4bc8a08f6094e
Taken from
State ⇒ Resolved
State ⇒ Assigned
Assigned to
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Deleting and re-adding attachements not reliable in non-Firefox browsers
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
deletes without a problem. I re-add the same file as an attachment.
This works in Firefox, but not in Chrome or Edge.