View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
09983Bug reportsTheme editorpublic2015-11-10 12:28
Reporterakeyser Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.06+ 
Fixed in Version2.06+ 
Summary09983: After "Exit and Clear survey", "Close this window" button does not consistently work
Description

The "close this window" button presented after clearing a survey does not function consistently

Steps To Reproduce
  1. Browse to any survey
  2. Click "Exit and clear responses"
  3. Click "Close this window"
    • in certain circumstances, nothing happens
Additional Information

Firefox ignores the button click silently, where Chrome reports "Scripts may close only the windows that were opened by it" in the console. Safari does the same. Sometimes Chrome does successfully work. I have not been able to isolate a cause for the reason why it does/doesn't work in Chrome, but I think it may have something to do with HTTPS/SSL, and the added security measures that the browser enforces while using that protocol.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)150930
I will donate to the project if issue is resolvedNo
BrowserFirefox Developer Edition 40.0a2 (Mac), Firefox 38.01 (Mac), Chrome 45+ (Mac)
Database type & versionMySQL 5.6
Server OS (if known)Windows
Webserver software & version (if known)IIS 7
PHP Version5.6.14

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2015-10-23 14:55

developer   ~33428

Last edited: 2015-10-23 14:58

I think best is to remove this link directly : this link can be added in JS , because we can not close a window if it's not open with JS.

http://stackoverflow.com/a/24854246/2239406

c_schmitz

c_schmitz

2015-10-23 17:05

administrator   ~33443

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=16242

c_schmitz

c_schmitz

2015-10-23 17:05

administrator   ~33445

Removed it.

Related Changesets

LimeSurvey: master 4fd37e51

2015-10-23 15:04:52

c_schmitz

Details Diff
Fixed issue 09983: After "Exit and Clear survey", "Close this window" button does not consistently work Affected Issues
09983
mod - application/helpers/replacements_helper.php Diff File
mod - templates/basic/clearall.pstpl Diff File
mod - templates/bluengrey/clearall.pstpl Diff File
mod - templates/citronade/clearall.pstpl Diff File
mod - templates/clear_logo/clearall.pstpl Diff File
mod - templates/default/clearall.pstpl Diff File
mod - templates/eirenicon/clearall.pstpl Diff File
mod - templates/sherpa/clearall.pstpl Diff File
mod - templates/vallendar/clearall.pstpl Diff File

Issue History

Date Modified Username Field Change
2015-10-20 20:55 akeyser New Issue
2015-10-23 14:55 DenisChenu Note Added: 33428
2015-10-23 14:58 DenisChenu Note Edited: 33428
2015-10-23 17:05 c_schmitz Assigned To => c_schmitz
2015-10-23 17:05 c_schmitz Status new => assigned
2015-10-23 17:05 c_schmitz Changeset attached => LimeSurvey master 4fd37e51
2015-10-23 17:05 c_schmitz Note Added: 33443
2015-10-23 17:05 c_schmitz Resolution open => fixed
2015-10-23 17:05 c_schmitz Note Added: 33445
2015-10-23 17:05 c_schmitz Status assigned => resolved
2015-10-23 17:05 c_schmitz Fixed in Version => 2.06+
2015-11-10 12:28 c_schmitz Status resolved => closed
2015-12-11 14:40 c_schmitz Category Templates => Theme editor