View Issue Details

This bug affects 1 person(s).
 12
IDProjectCategoryView StatusLast Update
10333Bug reportsSurvey editingpublic2016-02-15 14:37
Reporterpmonstad Assigned ToLouisGac 
PriorityimmediateSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Fixed in Version2.50.x 
Summary10333: not possible to add questions
Description

I have made a new survey and then added one question group. Now I add one question. It is not possible to write anything in the editor for question/help.

TagsNo tags attached.
Attached Files
Bug heat12
Complete LimeSurvey version number (& build)160206
I will donate to the project if issue is resolvedNo
Browserchrome
Database type & versionmysql
Server OS (if known)centos 5
Webserver software & version (if known)apache
PHP Versionphp 5.6

Relationships

related to 10430 closedc_schmitz suddenly not possible to find cursor in html input box when creating a new question 

Users monitoring this issue

pmonstad

Activities

DenisChenu

DenisChenu

2016-02-07 15:56

developer   ~34681

Hi,

Just tested : sometimes button are hard to find but it work. Can you show a screenshot ?

c_schmitz

c_schmitz

2016-02-07 21:32

administrator   ~34684

I cannot reproduce this. Which HTML editor mode did you set in global settings?

pmonstad

pmonstad

2016-02-07 22:26

updater   ~34685

I have the same problem entering a new question group. See screenshot.

pmonstad

pmonstad

2016-02-07 22:29

updater   ~34686

The problem exists in Chrome (on Mac os X) but it works in Firefox and Safari.

pmonstad

pmonstad

2016-02-07 22:39

updater   ~34687

It is not possible to enter text in the editor. I switched on Source and off again, and then the cursor appeared. Same problem next time I entered a new question og group.

ollehar

ollehar

2016-02-08 14:55

administrator   ~34700

Can you test with another browser?

pmonstad

pmonstad

2016-02-08 16:16

updater   ~34712

Is I told, the problem exists only in Chrome. OK in Firefox and Safari.

LouisGac

LouisGac

2016-02-08 19:17

developer   ~34735

I'm developing using chrome, and I can't reproduce this problem.

LouisGac

LouisGac

2016-02-08 19:34

developer   ~34738

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

LouisGac

LouisGac

2016-02-08 19:36

developer   ~34740

can you confirm that this fixed the issue ? Cause I can't reproduce the bug....

pmonstad

pmonstad

2016-02-08 21:33

updater   ~34760

Think you can close this one. I cannot reproduce after a computer reboot.

LouisGac

LouisGac

2016-02-09 09:55

developer   ~34770

Last edited: 2016-02-09 09:56

I've pushed a fix for it :
https://github.com/LimeSurvey/LimeSurvey/commit/36aee6b6c1f80d689ee92c3fca2929510f67a43d
(on the base of known bugs of Ckeditor)

So it's highly that's why you can't reproduce it anymore. If you want to test it, edit scripts/admin/admin_core.js, remove :

  • if($('.htmleditor').length>0)
  • {
  • setTimeout(function(){
  • $('.cke_contents').width('100%');
  • $iframes = $('.htmleditor').find('iframe');
  • //console.log('OK '+JSON.stringify($iframes));
  • $iframes.each(function(){
  • $(this).width('500px').zIndex('10000');
  • });
  • },500);
  • }

And test if the bug happen again.

pmonstad

pmonstad

2016-02-12 18:48

updater   ~35071

Fixed, can be closed!

pmonstad

pmonstad

2016-02-12 22:18

updater   ~35084

This one is related to 10430, and it is still not solved in release 160213.

Related Changesets

LimeSurvey: master 36aee6b6

2016-02-08 18:34:53

LouisGac

Details Diff
Fixed issue 10333: force width of htmleditor iframe Affected Issues
10333
mod - scripts/admin/admin_core.js Diff File

Issue History

Date Modified Username Field Change
2016-02-07 14:04 pmonstad New Issue
2016-02-07 15:56 DenisChenu Note Added: 34681
2016-02-07 21:32 c_schmitz Note Added: 34684
2016-02-07 22:26 pmonstad Note Added: 34685
2016-02-07 22:26 pmonstad Issue Monitored: pmonstad
2016-02-07 22:27 pmonstad File Added: Skjermbilde 2016-02-07 kl. 22.26.22.png
2016-02-07 22:29 pmonstad Note Added: 34686
2016-02-07 22:39 pmonstad Note Added: 34687
2016-02-08 07:05 DenisChenu Browser vhrome => chrome
2016-02-08 14:55 ollehar Note Added: 34700
2016-02-08 16:16 pmonstad Note Added: 34712
2016-02-08 19:17 LouisGac Note Added: 34735
2016-02-08 19:34 LouisGac Changeset attached => LimeSurvey master 36aee6b6
2016-02-08 19:34 LouisGac Note Added: 34738
2016-02-08 19:34 LouisGac Assigned To => LouisGac
2016-02-08 19:34 LouisGac Resolution open => fixed
2016-02-08 19:36 LouisGac Note Added: 34740
2016-02-08 19:36 LouisGac Status new => feedback
2016-02-08 21:33 pmonstad Note Added: 34760
2016-02-08 21:33 pmonstad Status feedback => assigned
2016-02-09 09:55 LouisGac Note Added: 34770
2016-02-09 09:55 LouisGac Status assigned => feedback
2016-02-09 09:55 LouisGac Note Edited: 34770
2016-02-09 09:56 LouisGac Note Edited: 34770
2016-02-12 18:48 pmonstad Note Added: 35071
2016-02-12 18:48 pmonstad Status feedback => assigned
2016-02-12 22:18 pmonstad Note Added: 35084
2016-02-13 14:20 DenisChenu Relationship added related to 10430
2016-02-15 14:37 c_schmitz Status assigned => closed
2016-02-15 14:37 c_schmitz Fixed in Version => 2.5
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing
2021-08-03 05:53 guest Bug heat 10 => 12