| Summary | Compose windows hanging if not$browser->allowFileUploads() |
| Queue | IMP |
| Queue Version | 6.2.2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | paul.de_vlieger (at) moniut (dot) univ-bpclermont (dot) fr |
| Created | 9/18/14 (4211 days ago) |
| Due | |
| Updated | 9/23/14 (4206 days ago) |
| Assigned | |
| Resolved | 9/23/14 (4206 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit c9647ba7bbfd5b09e003b4ab96292f740e961eeb
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Sep 23 10:59:34 2014 -0600
[mms] Fix accessing dynamic compose page when file uploads are
not available (
Bug #13580).imp/docs/CHANGES | 2 ++
imp/js/compose-dimp.js | 8 +++++---
imp/package.xml | 1 +
3 files changed, 8 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/c9647ba7bbfd5b09e003b4ab96292f740e961eeb
Assigned to Michael Slusarz
State ⇒ Resolved
commit a68e34a243af485b44cc56bcecf761f5d9d8077b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Sep 23 11:02:47 2014 -0600
Bug #13580: additional fix needed for FW_5_2imp/js/compose-dimp.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/a68e34a243af485b44cc56bcecf761f5d9d8077b
commit c8afa70a60082074e54f4339dc7b45bbd6786a17
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Sep 23 10:59:34 2014 -0600
[mms] Fix accessing dynamic compose page when file uploads are
not available (
Bug #13580).Conflicts:
imp/docs/CHANGES
imp/js/compose-dimp.js
imp/docs/CHANGES | 3 +++
imp/js/compose-dimp.js | 8 +++++---
imp/package.xml | 2 ++
3 files changed, 10 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/c8afa70a60082074e54f4339dc7b45bbd6786a17
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Compose windows hanging if not$browser->allowFileUploads()
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
If $browser->allowFileUploads() is false,
compose windows is hanging (Loading).
Javascript error compose-dimp.js@1422:
$('atcdrop').observe('DragHandler:drop', function(e) {
div actdrop is missing
and send message is after failing compose-dimp.js@259
if ($('upload_wait').visible()) {