[SOLVED] Reply to message loses focus in web client

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
mingus8686
Posts: 9
Joined: Sat Sep 13, 2014 1:14 am

[SOLVED] Reply to message loses focus in web client

Post by mingus8686 »

When using the AJAX web client on any OS/Browser combination focus is lost when initiating a reply to a message.
When replying to a message the focus starts in the message pane and then is lost in the process of loading the child page. So that when loading is complete the focus is undetermined. Pressing the Tab key cycles the focus to the Send or in the reverse (Shift + Tab) ends up at the Subject line.
Release 6.0.10_GA_2692.RHEL5_64_20101215170845 CentOS5_64 FOSS edition.
I have seen this since we upgraded to 6.0.10.
bdial
Elite member
Elite member
Posts: 1633
Joined: Fri Sep 12, 2014 10:39 pm

[SOLVED] Reply to message loses focus in web client

Post by bdial »

check teh version of your com_zimbra_attachemail zimlet against hte version on Zimbra :: Gallery . If it's older, upgrade.
mingus8686
Posts: 9
Joined: Sat Sep 13, 2014 1:14 am

[SOLVED] Reply to message loses focus in web client

Post by mingus8686 »

Brilliant. That worked like a charm. Using version .7 now.
Thank you!
izrunas
Posts: 35
Joined: Sat Sep 13, 2014 1:01 am

[SOLVED] Reply to message loses focus in web client

Post by izrunas »

I am having the same problem on multiple OSes and multiple browsers ever since we upgraded to 6.0.10. My users are complaining constantly about the changed behavior. I looked for the Zimlet mentioned, but we do not even have one by that name in our installation. Any other ideas?
Thanks!
bdial
Elite member
Elite member
Posts: 1633
Joined: Fri Sep 12, 2014 10:39 pm

[SOLVED] Reply to message loses focus in web client

Post by bdial »

you may not see that one listed in the zimlets in the web interface. run this command as the zimbra user on your server
zmzimletctl info com_zimbra_attachmail
izrunas
Posts: 35
Joined: Sat Sep 13, 2014 1:01 am

[SOLVED] Reply to message loses focus in web client

Post by izrunas »

[quote user="bdial"]you may not see that one listed in the zimlets in the web interface. run this command as the zimbra user on your server
zmzimletctl info com_zimbra_attachmail[/QUOTE]

[zimbra@zim bin]$ whoami

zimbra

[zimbra@zim bin]$ zmzimletctl info com_zimbra_attachmail

com.zimbra.cs.account.AccountServiceException: no such zimlet: com_zimbra_attachmail

ExceptionId:main:1294756589858:35d1f49e62c4ca9a

Code:account.NO_SUCH_ZIMLET

at com.zimbra.cs.account.AccountServiceException.NO_SUCH_ZIMLET(AccountServiceException.java:221)

at com.zimbra.cs.zimlet.ZimletUtil.showInfo(ZimletUtil.java:1184)

at com.zimbra.cs.zimlet.ZimletUtil.dispatch(ZimletUtil.java:1845)

at com.zimbra.cs.zimlet.ZimletUtil.main(ZimletUtil.java:1894)

[] ERROR: Error

com.zimbra.cs.account.AccountServiceException: no such zimlet: com_zimbra_attachmail

ExceptionId:main:1294756589858:35d1f49e62c4ca9a

Code:account.NO_SUCH_ZIMLET

at com.zimbra.cs.account.AccountServiceException.NO_SUCH_ZIMLET(AccountServiceException.java:221)

at com.zimbra.cs.zimlet.ZimletUtil.showInfo(ZimletUtil.java:1184)

at com.zimbra.cs.zimlet.ZimletUtil.dispatch(ZimletUtil.java:1845)

at com.zimbra.cs.zimlet.ZimletUtil.main(ZimletUtil.java:1894)

[zimbra@zim bin]$
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

[SOLVED] Reply to message loses focus in web client

Post by phoenix »

See if you have the zimlet:
ls -l /opt/zimbra/zimlet* | grep attachIf you do then deploy it.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

[SOLVED] Reply to message loses focus in web client

Post by phoenix »

Well, it is listed there so deploy it.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
bdial
Elite member
Elite member
Posts: 1633
Joined: Fri Sep 12, 2014 10:39 pm

[SOLVED] Reply to message loses focus in web client

Post by bdial »

it may be the contact attach one too, do a
zmzimletctl listzimlets
izrunas
Posts: 35
Joined: Sat Sep 13, 2014 1:01 am

[SOLVED] Reply to message loses focus in web client

Post by izrunas »

[quote user="10330phoenix"]See if you have the zimlet:
ls -l /opt/zimbra/zimlet* | grep attachIf you do then deploy it.[/QUOTE]

[zimbra@zim root]$ ls -l /opt/zimbra/zimlet* | grep attach

drwxr-x--- 2 zimbra zimbra 4096 Dec 23 20:50 com_zimbra_attachcontacts

-rw-rw-r-- 1 zimbra zimbra 8160 Dec 15 20:33 com_zimbra_attachcontacts.zip

-rw-rw-r-- 1 zimbra zimbra 8516 Dec 15 20:33 com_zimbra_attachmail.zip

-rw-rw-r-- 1 zimbra zimbra 5756 Dec 15 20:33 com_zimbra_attachmentalert.zip
Post Reply