View Issue Details

IDProjectCategoryView StatusLast Update
0001518SOGoWeb Calendarpublic2011-12-06 13:27
Reportervbonamy Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Target Version1.3.11Fixed in Version1.3.11 
Summary0001518: SOGo 1.3.10 : a href link with target _blank - window.opener javascript
Description

When you open SOGo WebGUI in Firefox via link with target="_blank" attribute,
example:
http://sogo-demo.inverse.ca/SOGo
You can't :

  • delete an event
  • subscribe to a web calendar
Additional Information

Indeed in the javscript console we have :
Permission denied to access property 'clabels'
[Stopper sur une erreur] if (topWindow && topWindow.clabels && topWindow.clabels[key])

To workaround, and after loading generic.js I wrote :

latopWindow=getTopWindow(); latopWindow.opener=undefined;

... this workaround works also for 1.3.8 version ...

I think that in 1.3.9, and thanks to 0001438 issue, there was not this problem.

TagsNo tags attached.

Relationships

related to 0001438 resolvedfrancis Hidden messages in Firefox by using target="_blank" attribute 

Activities

francis

francis

2011-12-06 13:27

administrator   ~0003120

Fixed in revision 61b12be970a9603306d37277ee431b6fd5ab89cd.

Issue History

Date Modified Username Field Change
2011-12-01 14:21 vbonamy New Issue
2011-12-01 15:15 francis Relationship added related to 0001438
2011-12-01 15:16 francis Target Version => 1.3.11
2011-12-01 20:23 francis Status new => assigned
2011-12-01 20:23 francis Assigned To => francis
2011-12-06 13:27 francis Note Added: 0003120
2011-12-06 13:27 francis Status assigned => resolved
2011-12-06 13:27 francis Fixed in Version => 1.3.11
2011-12-06 13:27 francis Resolution open => fixed