Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: Fix for WMLite 6.5 & 6.6 IE10 problems Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
chcornwell
Newbie
Newbie
Avatar

Joined: 02 October 2013
Location: United States
Online Status: Offline
Posts: 2
Posted: 02 October 2013 at 9:00am | IP Logged Quote chcornwell

These problems were encountered in version 6.5, they are still present in 6.6

1) Symptom: after entering user name and password on login page,
   nothing happens when the Enter button is clicked.

   Fix:
  • In webmail.php and index.php change DOCTYPE from Transitional to Strict
  • In webmail.php place the </body> tag AFTER the last </script/> tag[/LI


2) Symptom: Message is not sent if Auto Save message is displayed before clicking the Send button.

   Fix: Apply the following patch to js/common/popups.js to eliminate
        an uncaught exception if the element has no filters property.

Code:

459c459
<                var oAlpha = elem.hasOwnProperty('filters') && (elem.filters['DXImageTransform.Microsoft.alpha'] || elem.filters.alpha);
---
>                var oAlpha = elem.filters['DXImageTransform.Microsoft.alpha'] || elem.filters.alpha;


///


Related post
Back to Top View chcornwell's Profile Search for other posts by chcornwell
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide