View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
07312 | Bug reports | Other | public | 2013-02-20 04:10 | 2013-03-11 15:03 |
Reporter | ryanny | Assigned To | c_schmitz | ||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.00+ | ||||
Summary | 07312: Fixed cannot switch between email templates tabs | ||||
Description | ===Browser Console=== | ||||
Steps To Reproduce |
| ||||
Additional Information | Used Version 2.00+ Build 130129, | ||||
Tags | No tags attached. | ||||
Attached Files | emailtemplates.patch (496 bytes)
--- emailtemplates.old.js Wed Feb 20 10:36:27 2013 +++ emailtemplates.js Wed Feb 20 10:45:07 2013 @@ -22,7 +22,7 @@ } if ($(sSelector+' iframe').size()==0) { - sCKEditorInstanceName='oFCKeditor_'+$(sSelector+' textarea').attr('id').replace(/-/i, "_"); + sCKEditorInstanceName='oFCKeditor_'+$(sSelector+' textarea').attr('id').replace(/-/g, "_"); eval("if (typeof "+sCKEditorInstanceName+" != 'undefined')"+sCKEditorInstanceName+".ReplaceTextarea();"); } } | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 130129 | ||||
I will donate to the project if issue is resolved | |||||
Browser | |||||
Database type & version | |||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | |||||
Thank you! |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11770 |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11792 |
|
2.00+ build 130311 released |
|
LimeSurvey: master d589b249 2013-03-05 12:42 Details Diff |
Fixed issue 07312: Cannot switch between email template tabs |
Affected Issues 07312 |
|
mod - scripts/admin/emailtemplates.js | Diff File | ||
LimeSurvey: 2.05 c39de350 2013-03-05 12:42 Details Diff |
Fixed issue 07312: Cannot switch between email template tabs |
Affected Issues 07312 |
|
mod - scripts/admin/emailtemplates.js | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-02-20 04:10 | ryanny | New Issue | |
2013-02-20 04:10 | ryanny | File Added: emailtemplates.patch | |
2013-02-20 04:19 | ryanny | Issue Monitored: ryanny | |
2013-03-05 12:41 | c_schmitz | Project | @2@ => Bug reports |
2013-03-05 12:41 | c_schmitz | Category | Admin Tools => Other issues |
2013-03-05 12:41 | c_schmitz | Assigned To | => c_schmitz |
2013-03-05 12:41 | c_schmitz | Status | new => assigned |
2013-03-05 12:42 | c_schmitz | Note Added: 24544 | |
2013-03-05 12:42 | c_schmitz | Status | assigned => resolved |
2013-03-05 12:42 | c_schmitz | Fixed in Version | => 2.00+ |
2013-03-05 12:42 | c_schmitz | Resolution | open => fixed |
2013-03-05 12:47 | c_schmitz | Changeset attached | => LimeSurvey master d589b249 |
2013-03-05 12:47 | c_schmitz | Note Added: 24546 | |
2013-03-07 22:39 | c_schmitz | Changeset attached | => LimeSurvey 2.05 c39de350 |
2013-03-07 22:39 | c_schmitz | Note Added: 24573 | |
2013-03-11 15:03 | c_schmitz | Note Added: 24626 | |
2013-03-11 15:03 | c_schmitz | Status | resolved => closed |
2021-08-03 03:34 | guest | Bug heat | 2 => 4 |