[Tickets #12465] regression: cannot see attachments when forwarding emails
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Jul 16 12:38:09 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12465
------------------------------------------------------------------------------
Ticket | 12465
Created By | jmozdzen at nde.ag
Summary | regression: cannot see attachments when forwarding
| emails
Queue | IMP
Version | 6.1.2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
jmozdzen at nde.ag (2013-07-16 12:38) wrote:
I am logged in using the "dynamic" UI.
When forwarding an e-mail, in the then opening editor window, I see
the message to add the forwarded e-mail as an attachment (in addition
to the inline forwarding, which I had set up in my preferences).
When clicking that "click here to attach original message" message, no
attachments show in the window's attachment list (the list is empty, I
only have the "add an attachment" option).
When sending the message, the receiver will see the original message
as attachment, as well as any attachments that were included in the
forwarded message, so this should be some UI problem. Looking at the
HTML source of the opened editor window, I can see that the list of
attachments is actually empty, so this ought not to be some browser
problem:
<td id="atctd">
<span id="upload_limit" style="display:none">Die
Anhangbegrenzung wurde erreicht.</span>
<span id="upload_wait" style="display:none"></span>
<span>
<label id="compose_upload_add" for="upload">Anhang hinzufügen</label>
<input id="upload" name="file_upload" type="file" /> </span>
<ul id="attach_list" style="display:none"></ul>
</td>
Horde's log shows no obvious error messages, Apache's log reports only "200"s.
This is 100% reproducible.
More information about the bugs
mailing list