Zimbra Web Client in ZCS 8.0.x and Google Chrome 45+: Difference between revisions

Line 16: Line 16:
  /opt/zimbra/jetty-distribution-7.6.12.v20130726/webapps/zimbra/skins/_base/base3/skin.css  
  /opt/zimbra/jetty-distribution-7.6.12.v20130726/webapps/zimbra/skins/_base/base3/skin.css  


'''Update 1 - This steps are much cleaner than before and the Web Client seems to work as expected:'''
'''Update 1 (special thank you to cmacdonald@synacor.com) - This steps are much cleaner than before and the Web Client seems to work as expected:'''
If you follow the previous steps, please be sure that you have the next
If you follow the previous steps, please be sure that you have the next content properly, must be in auto:
Then look for the next content
  #skin_td_main                                                  {      width:auto;      height:100%;    }
  #skin_td_main                                                  {      width:auto;      height:100%;    }


Then search for the next 2 lines, should look like the next ones:
Then, search for the next 2 lines, should look like the next:
  #skin_td_sidebar_ad                    {      display: table-cell; width:@SidebarAdWidth@;    }
  #skin_td_sidebar_ad                    {      display: table-cell; width:@SidebarAdWidth@;    }
  #skin_container_sidebar_ad                              {      width:@SidebarAdWidth@; @AdStyle@      }
  #skin_container_sidebar_ad                              {      width:@SidebarAdWidth@; @AdStyle@      }


Then replace the content with the next:
You should replace the lines with the next content:
  #skin_td_sidebar_ad                    {      display: table-cell; width: 1px;    }
  #skin_td_sidebar_ad                    {      display: table-cell; width: 1px;    }
  #skin_container_sidebar_ad                              {      display: none;      }
  #skin_container_sidebar_ad                              {      display: none;      }

Revision as of 21:40, 2 September 2015

Zimbra Web Client in ZCS 8.0.x and Google Chrome 45+

   KB 22305        Last updated on 2015-09-2  




0.00
(0 votes)


Purpose

Google Chrome releases on 09/02/2015 their Chrome version 45, with this version the Zimbra Web Client in Zimbra Collaboration versions 8.0.x, doesn't render properly, so Users are not seeing the Full Screen in the Mail preview section, this issue happens in Windows, Mac and Linux, see the attached image:

Zimbra- Inbox (29) 2015-09-02 10-17-53.png

Resolution

You can edit the next files with your favorite editor, please be sure you do a backup first:

/opt/zimbra/jetty-distribution-7.6.12.v20130726/webapps/zimbra/skins/_base/base2/skin.css 
/opt/zimbra/jetty-distribution-7.6.12.v20130726/webapps/zimbra/skins/_base/base3/skin.css 

Update 1 (special thank you to cmacdonald@synacor.com) - This steps are much cleaner than before and the Web Client seems to work as expected: If you follow the previous steps, please be sure that you have the next content properly, must be in auto:

#skin_td_main                                                   {       width:auto;      height:100%;    }

Then, search for the next 2 lines, should look like the next:

#skin_td_sidebar_ad                     {       display: table-cell; width:@SidebarAdWidth@;    }
#skin_container_sidebar_ad                              {       width:@SidebarAdWidth@; @AdStyle@       }

You should replace the lines with the next content:

#skin_td_sidebar_ad                     {       display: table-cell; width: 1px;    }
#skin_container_sidebar_ad                              {       display: none;       }

Then restart the Mailboxd services:

zmmailboxdctl restart

The user must do logout and login in their Google Chrome, and you will be able to see the Web Client like you used to:

Zimbra- Inbox (21) 2015-09-02 17-21-57.png

Known Issues

  • The left panel can't be expanded
  • When composing email you still see the grey panel on the right

Additional Content

Verified Against: Zimbra Collaboration 8.6, 8.5, 8.0 Date Created: 09/02/2015
Article ID: https://wiki.zimbra.com/index.php?title=Zimbra_Web_Client_in_ZCS_8.0.x_and_Google_Chrome_45%2B Date Modified: 2015-09-02



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Wiki/KB reviewed by SME1 SME2 Copyeditor Last edit by Jorge de la Cruz
Jump to: navigation, search