Author |
|
rgu.br Newbie
Joined: 31 August 2010
Online Status: Offline Posts: 2
|
Posted: 31 August 2010 at 6:18pm | IP Logged
|
|
|
When using AfterLogic WebMail in Safari 5 on Mac OS X Snow Leopard, preview pane is not show if it is on
the right side of the message list. So, preview pane only works when its position is below message list.
Is there a work around for this?
Thanks!
|
Back to Top |
|
|
rgu.br Newbie
Joined: 31 August 2010
Online Status: Offline Posts: 2
|
Posted: 31 August 2010 at 6:30pm | IP Logged
|
|
|
Just to make it clear: I know there is no support for Lite version. I am not addressing suport staff, just
talking to people in comunity...
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 September 2010 at 1:23am | IP Logged
|
|
|
We're aware of this issue and it will be fixed in one of the subsequent releases of the product (scheduled for 5.1 version).
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
pc80686 Newbie
Joined: 10 September 2010 Location: Taiwan
Online Status: Offline Posts: 2
|
Posted: 10 September 2010 at 3:28am | IP Logged
|
|
|
Will the 5.1 version will be released when it?
Will you publish the release schedule?
We are very interested in this product, if all browsers can work well, we consider
the purchase of this product.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 September 2010 at 4:09am | IP Logged
|
|
|
We're planning to release WebMail Pro 5.1 at the end of next week. Currently, the only way to find out the new version was released is to check the product's page, say, once or twice a week.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
pc80686 Newbie
Joined: 10 September 2010 Location: Taiwan
Online Status: Offline Posts: 2
|
Posted: 19 September 2010 at 8:54pm | IP Logged
|
|
|
Has been tested in Safari 5.0.2, this problem to Webmail Pro 5.1.0 version has not
been resolved. September solve this problem?
Or we must consider other products.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 21 September 2010 at 4:26am | IP Logged
|
|
|
Try applying the fix to js/common/common-helpers.js file (line ~27):
Code:
this.Mozilla = (this.Name == 'Mozilla' || this.Name == 'Firefox' || this.Name == 'Netscape' || this.Name == 'Chrome'); |
|
|
The code should be modified as follows:
Code:
this.Mozilla = (this.Name == 'Mozilla' || this.Name == 'Firefox' || this.Name == 'Netscape' || this.Name == 'Chrome' || this.Name == 'Safari'); |
|
|
Clear web browser cache and check if the fix helps.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
brianpeat Newbie
Joined: 01 November 2010 Location: United States
Online Status: Offline Posts: 1
|
Posted: 01 November 2010 at 8:22am | IP Logged
|
|
|
FYI This fix worked for me.
|
Back to Top |
|
|