Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-2010, 08:42 AM
New Member
 
Posts: 4
Default "Open in a separate window" Fails to Load After 6.0.6 Upgrade

We upgraded to ZCS 6.0.6 NE yesterday and everything seems to have gone very well except we have not been able to use the "Open in a separate window" option in the web client since the upgrade. A new window does open but the message does not show. The new window says "Loading...."

When double-clicking a message to launch in a new window/tab, we receive the following JS error.

Error: ZmContact is not defined
Source File: https://servername/service/zimlet/co...=en&country=US
Line: 141

Is anyone else having this problem? Any ideas on what we can do to fix this? Thank you.

James
Reply With Quote
  #2 (permalink)  
Old 04-16-2010, 10:05 AM
Junior Member
 
Posts: 8
Default

We're experiencing the same thing, but only on some accounts, not all. The open in new window works for some.
Reply With Quote
  #3 (permalink)  
Old 04-16-2010, 10:21 AM
Zimbra Employee
 
Posts: 184
Default

It's a bug. https://bugzilla.zimbra.com/show_bug.cgi?id=45852

Workaround

1) Edit /opt/zimbra/zimlets-deployed/com_zimbra_email/email.js

2) Go to line 29, and add the following *under* line 29

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


OLD
===

Com_Zimbra_Email.prototype.init =
function() {
if (appCtxt.get(ZmSetting.CONTACTS_ENABLED)) {
this._composeTooltipHint = ZmMsg.leftClickComposeHint + "
" + ZmMsg.rightClickHint;
this._newTooltipHint = ZmMsg.leftClickNewContactHint + "
" + ZmMsg.rightClickHint;


New
===

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;


After the edit run the following flush cache commands:

zmprov fc zimlet com_zimbra_email

zmprov fc config

zmprov fc server `zmhostname`

Last edited by king0770; 04-26-2010 at 10:32 PM..
Reply With Quote
  #4 (permalink)  
Old 04-16-2010, 10:52 AM
Junior Member
 
Posts: 8
Default

Thanks, that worked.
Reply With Quote
  #5 (permalink)  
Old 04-16-2010, 11:57 AM
New Member
 
Posts: 4
Default

Yes, works beautifully. Thank you.
Reply With Quote
  #6 (permalink)  
Old 05-03-2010, 07:50 AM
Starter Member
 
Posts: 1
Wink 6.0.6 update mail open failure

I downloaded the 6.0.6 update on May 2, 2010. The code bug addressed on April 16 is still not been added to the download. Is it common to not fix the downloads after a bug is addressed?

Mike
Reply With Quote
  #7 (permalink)  
Old 05-03-2010, 08:58 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by mrobertson View Post
I downloaded the 6.0.6 update on May 2, 2010. The code bug addressed on April 16 is still not been added to the download. Is it common to not fix the downloads after a bug is addressed?
If you're talking about the bug mentioned in post #3 above then it was not scheduled for the 6.0.6 release, you can check for which version it's targeted by looking at the Product Portal - you can also check the bug report, the give away is what version the fix was verified on.
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.