Calendar In Webmail Function Loss

Raise/discuss any potential issues with MailEnable for consideration in project issue register.
Post Reply
vthompson
Posts: 5
Joined: Tue Sep 01, 2020 4:38 pm

Calendar In Webmail Function Loss

Post by vthompson »

I am running Enterprise Premium ver 10.38. I just updated to 38 in the last couple of days. In the calendar of the webmail, there is a list of months on the left side with the numbers shown. The numbers are clickable and previously would take the main view to the day clicked. As I write this, the main view does not change when the day is clicked.

MailEnable-Ian
Site Admin
Posts: 9738
Joined: Mon Mar 22, 2004 4:44 am
Location: Melbourne, Victoria, Australia

Re: Calendar In Webmail Function Loss

Post by MailEnable-Ian »

Hi,

This is a logged issue that will be addressed in the next minor release.

In the interim you can modify one of the web mail files which will fix the problem:

1. Open "Mail Enable\Bin\NETWebMail\Mondo\lang\sys\Forms\CAL\daypicker.aspx" in Notepad
2. Search for "gSelectedDateString = formatDate(date, "yyyy-MM-dd");"
3. Add after that line the following line: getTopAppWindow().gOptions['CalendarDate'] = gSelectedDateString;
4. Save the file and test
Regards,

Ian Margarone
MailEnable Support

vthompson
Posts: 5
Joined: Tue Sep 01, 2020 4:38 pm

Re: Calendar In Webmail Function Loss

Post by vthompson »

Thank you. The change works.

Post Reply