6.0.6 com_zimbra_email causing endless loading when viewing message

Ask questions about your setup or get help installing ZCS server (ZD section below).
User avatar
king0770
Outstanding Member
Outstanding Member
Posts: 242
Joined: Fri Sep 12, 2014 10:44 pm
Contact:

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by king0770 »

Bug 45852 – Unable to open some attached messages
--
Rick King
Rich Graves
Outstanding Member
Outstanding Member
Posts: 687
Joined: Fri Sep 12, 2014 10:24 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by Rich Graves »

Is this just a regression in the email zimlet? If so, can we load com_zimbra_email from 6.0.5?
Regardless, the resolution was in com_zimbra_email. Please verify ASAP and release to the zimlets gallery. Come on, it's a simple fix for a major regression in a discrete package...
PRL
Posts: 19
Joined: Fri Sep 12, 2014 11:52 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by PRL »

I've said this before and I'll say it again. I hope that Zimbra has it in their plans to implement a process for its customers so that they can implement bug fixes without having to wait for the next release. Looking on pm.zimbra.com, 6.0.7 is not scheduled to be released until May 31 so we're stuck with this issue 'til then.
uxbod
Ambassador
Ambassador
Posts: 7811
Joined: Fri Sep 12, 2014 10:21 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by uxbod »

For NE clients if a support ticket was raised it may be possible it could be realised via the portal; alternatively it appears to have been fixed in P4 so could be extracted. Not a fantastic solution but certainly a potential workaround.
Rich Graves
Outstanding Member
Outstanding Member
Posts: 687
Joined: Fri Sep 12, 2014 10:24 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by Rich Graves »

The developer's proposed fix from perforce is a single line. Works for me, and bugs 44471 and 44062 stayed fixed.
--- /opt/zimbra/zimlets-deployed/com_zimbra_email/email.js.orig 2010-04-13 15:04:44.000000000 -0500

+++ /tmp/p4/email.js 2010-04-13 16:16:25.000000000 -0500

@@ -27,6 +27,7 @@

Com_Zimbra_Email.prototype.init =

function() {

if (appCtxt.get(ZmSetting.CONTACTS_ENABLED)) {

+ AjxDispatcher.require(["ContactsCore", "Contacts"]);

this._composeTooltipHint = ZmMsg.leftClickComposeHint + "
" + ZmMsg.rightClickHint;

this._newTooltipHint = ZmMsg.leftClickNewContactHint + "
" + ZmMsg.rightClickHint;

chauvetp
Outstanding Member
Outstanding Member
Posts: 350
Joined: Fri Sep 12, 2014 11:28 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by chauvetp »

The addition of AjxDispatcher.require(["ContactsCore", "Contacts"]); as shown does appear to fix the issue. I put that in and reenabled the email zimlet and it seems fine. Thanks to Rich for the information!
tross
Posts: 15
Joined: Fri Sep 12, 2014 11:20 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by tross »

Agreed. The fix Rich mentions appears to fix the issue for us also. Thanks for the post Rich.
jocx
Posts: 33
Joined: Fri Sep 12, 2014 11:13 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by jocx »

I'd like to patch for this by hand. If I modify /opt/zimbra/zimlets-deployed/com_zimbra_email/email.js with the addition of the line (using user zimbra) do I need to do anything futher to have that work? User web session logoff/login? zmcontrol start/stop? other? thanks.
chauvetp
Outstanding Member
Outstanding Member
Posts: 350
Joined: Fri Sep 12, 2014 11:28 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by chauvetp »

I believe you just need to log out and log back in for the fix to take.
Drox
Posts: 20
Joined: Fri Sep 12, 2014 11:33 pm

6.0.6 com_zimbra_email causing endless loading when viewing message

Post by Drox »

[quote user="Rich Graves"]The developer's proposed fix from perforce is a single line. Works for me, and bugs 44471 and 44062 stayed fixed.
--- /opt/zimbra/zimlets-deployed/com_zimbra_email/email.js.orig 2010-04-13 15:04:44.000000000 -0500

+++ /tmp/p4/email.js 2010-04-13 16:16:25.000000000 -0500

@@ -27,6 +27,7 @@

Com_Zimbra_Email.prototype.init =

function() {

if (appCtxt.get(ZmSetting.CONTACTS_ENABLED)) {

+ AjxDispatcher.require(["ContactsCore", "Contacts"]);

this._composeTooltipHint = ZmMsg.leftClickComposeHint + "
" + ZmMsg.rightClickHint;

this._newTooltipHint = ZmMsg.leftClickNewContactHint + "
" + ZmMsg.rightClickHint;

[/QUOTE]


Thank you so much, you just made my day! After upgrading from 6.0.5 to 6.0.6 FOSS users were having an issue opening up attached email messages. Adding in that one single line made the world of difference.
Post Reply