View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
09189Bug reportsSurvey editingpublic2014-09-11 13:49
Reporterlameventanas Assigned Toc_schmitz  
PrioritynormalSeveritypartial_block 
Status closedResolutionwon't fix 
Product Version2.05+ 
Summary09189: Javascript error in IE when adding a response
Description

Internet Explorer 8 shows a javascript error when adding a response to an existing survey.

answers.js line 333 char 13
Object doesn't support this property or method
answers.js
Code: 0

It seems the problem is in answers.js function areCodesUnique():
codearray=codearray.filter( onlyUnique );

Steps To Reproduce

Add a response to an existing survey using IE8.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)2.05+ Build 140302
I will donate to the project if issue is resolvedNo
BrowserInternet Explorer 8
Database type & versionMySQL 5.6.5-m8
Server OS (if known)Linux
Webserver software & version (if known)Apache 2.2.27
PHP Version5.5.14

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2014-08-22 14:11

developer   ~30447

Can be replaced by jquery.filter

codearray=$(codearray).filter( onlyUnique );

But have to test and install IE8 again

c_schmitz

c_schmitz

2014-09-11 13:48

administrator   ~30574

Last edited: 2014-09-11 13:49

Sorry, only IE9 and up is supported in the LimeSurvey administration. See https://manual.limesurvey.org/Installation#Browser_compatibility

Issue History

Date Modified Username Field Change
2014-08-22 10:33 lameventanas New Issue
2014-08-22 14:11 DenisChenu Note Added: 30447
2014-09-11 13:48 c_schmitz Note Added: 30574
2014-09-11 13:48 c_schmitz Status new => closed
2014-09-11 13:48 c_schmitz Assigned To => c_schmitz
2014-09-11 13:48 c_schmitz Resolution open => won't fix
2014-09-11 13:49 c_schmitz Note Edited: 30574
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing