[Tickets #14267] Re: Forward / Reply / New message results in popup "Loading..."

noreply at bugs.horde.org noreply at bugs.horde.org
Tue Mar 15 19:19:24 UTC 2016


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/14267
------------------------------------------------------------------------------
  Ticket             | 14267
  Updated By         | horde-support at inetspec.com
  Summary            | Forward / Reply / New message results in popup
                     | "Loading..."
  Queue              | IMP
  Version            | 6.2.12
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
+New Attachment     | Horde-Server-compose-PLAINTEXT.html
------------------------------------------------------------------------------


horde-support at inetspec.com (2016-03-15 19:19) wrote:

I used the demo server to generate a working text/html for a plain  
text compose window.

After collecting the source DOM from the demo site and this server for  
the compose window, and normalizing the domains, usernames, session  
variables, etc. for comparison;

There is one primary difference that sticks out:  the sections that  
enable attachments are empty in the one from this server.

The following is missing in line 26 of the DOM:

<input id="save_attachments_select" name="save_attachments_select"  
type="hidden" value="0" /> <input id="MAX_FILE_SIZE"  
name="MAX_FILE_SIZE" type="hidden" value="2097152" />

and, at line 100 of the DOM, what should look like:

      <td class="label">
       <span class="iconImg attachmentImg"></span>:
      </td>
      <td>
       <div id="atcdrop" style="display:none">
        Drop file(s) here to attach.      </div>
       <div id="atcdiv">
        <span id="upload_limit" style="display:none">The attachment  
limit has been reached.</span>
        <span id="upload_wait" style="display:none"></span>
        <span>
         <label id="compose_upload_add" for="upload">Add Attachment</label>
         <input id="upload" multiple name="file_upload[]" type="file"  
/>       </span>

actually looks like:

      <td></td>
      <td>
       <div>

Would this explain the results in the OP since the compose form does  
not have the same structure?

The only other differences seem to be related to language selection  
and the spell checker.  But those are preferences, right?




horde-support at inetspec.com (2016-03-15 19:19) uploaded:  
Horde-Server-compose-PLAINTEXT.html

https://bugs.horde.org/h/services/download/?app=whups&actionID=download_file&file=Horde-Server-compose-PLAINTEXT.html&ticket=14267&fn=%2FHorde-Server-compose-PLAINTEXT.html





More information about the bugs mailing list