View Issue Details

IDProjectCategoryView StatusLast Update
0002138SOGoWeb Mailpublic2012-12-07 13:55
Reporteradi Assigned Tofrancis  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.0.3 
Fixed in Version2.0.3a 
Summary0002138: unable to select mailfolder in webmail
Description

after upgrading from SOGo 2.0.2a to 2.0.3 it is impossible to select a different folder than the inbox which is preselected. This is reproducable with about every browser around (Chrome, Firefox, Safari and on the mailinglists there were reports about IE being affected as well).

TagsNo tags attached.

Activities

adi

adi

2012-12-07 11:53

reporter   ~0005046

The issue can easily be fixed with Ludovics patch (https://inverse.ca/sogo/lists/arc/users/2012-12/msg00044.html):

--- a/UI/WebServerResources/MailerUI.js
+++ b/UI/WebServerResources/MailerUI.js
@@ -623,7 +623,6 @@ function onMailboxTreeItemClick(event) {
topNode.selectedEntry = this;

 search = {};
  • $("searchValue").value = "";
    initCriteria();

    Mailer.currentMailboxType = this.parentNode.getAttribute("datatype");

francis

francis

2012-12-07 13:54

administrator   ~0005048

Fixed (with better patch).

See https://github.com/inverse-inc/sogo/commit/01e42dce7c9da3b5bd440ae2987eeae37831b6ef

Issue History

Date Modified Username Field Change
2012-12-07 11:20 adi New Issue
2012-12-07 11:53 adi Note Added: 0005046
2012-12-07 13:54 francis Note Added: 0005048
2012-12-07 13:54 francis Status new => resolved
2012-12-07 13:54 francis Resolution open => fixed
2012-12-07 13:54 francis Assigned To => francis
2012-12-07 13:55 francis Fixed in Version => 2.0.3a