View Issue Details

This bug affects 1 person(s).
 10
IDProjectCategoryView StatusLast Update
10581Bug reportsErgonomypublic2016-03-07 11:49
ReporterBen_V Assigned ToLouisGac 
PriorityurgentSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Fixed in Version2.50.x 
Summary10581: input width subquestions
Description

input for subquestion code is too large for only 5 chars and there is no much room for subquestion text.

TagsNo tags attached.
Attached Files
2.5_radio.gif (14,041 bytes)   
2.5_radio.gif (14,041 bytes)   
capture_TP_1.png (19,225 bytes)   
capture_TP_1.png (19,225 bytes)   
edit-subquestions-active.png (26,745 bytes)   
edit-subquestions-active.png (26,745 bytes)   
Bug heat10
Complete LimeSurvey version number (& build)160223
I will donate to the project if issue is resolvedNo
Browserfirefox 44
Database type & version99
Server OS (if known)99
Webserver software & version (if known)99
PHP Version99

Users monitoring this issue

There are no users monitoring this issue.

Activities

Ben_V

Ben_V

2016-02-25 09:30

reporter   ~35681

BTW the screenshot also shows the broken popup html editor (=> 10532)

tpartner

tpartner

2016-02-25 13:55

partner   ~35703

Additionally:

1) The relevance inputs have less height than the code and subquestion inputs and are not set to a width of 100% (should they not have classes "form-control input-lg"?)
2) The Position and Action columns could be narrower giving more room for the other columns

See attached capture_TP_1.png

DenisChenu

DenisChenu

2016-02-25 14:21

developer   ~35704

Think the relevance equation can be a textearea with 1 line : then user can make it biiger (sme on 2.06)

tpartner

tpartner

2016-02-25 14:45

partner   ~35707

@DenisChenu +1

DenisChenu

DenisChenu

2016-02-25 15:30

developer   ~35712

https://bugs.limesurvey.org/view.php?id=10588

c_schmitz

c_schmitz

2016-02-25 18:30

administrator   ~35734

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

c_schmitz

c_schmitz

2016-02-25 18:40

administrator   ~35735

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

DenisChenu

DenisChenu

2016-02-26 16:51

developer   ~35742

There is an issue with activated survey (and multilinbgual)

Header count : 4 columns, line count : 5 columns.

Action must be here for : "Launch html editor", send a screenshot

Readding action column (line 114 of view) don't totally fix the issue : action part is too big.

DenisChenu

DenisChenu

2016-02-26 16:52

developer   ~35743

PS : moving must be allowed with activated survey , no ?

LouisGac

LouisGac

2016-03-02 17:52

developer   ~35845

for the last question, I just updated a png to show 2.06 subquestion editing in active survey.
going to correct the rest of it right now

c_schmitz

c_schmitz

2016-03-02 17:56

administrator   ~35846

Last edited: 2016-03-02 17:56

I am not sure about reordering on an active survey - as it was not available in 2.06 I would not offer this right now. We need to ensure that the question_order is not used somewhere critical first.

DenisChenu

DenisChenu

2016-03-02 18:28

developer   ~35850

Last edited: 2016-03-02 18:28

Your right :)

In theory : question can be moved inside group
Sub question can be moved inside question.

An idea about the pen : why not :

div class=input-group
input type=text class=form-control
a class="input-group-addon"
span class="glyphicon glyphicon-pencil" aria-hidden='true'
span class="sr-only" Lauch the HTML editor
/div

See http://getbootstrap.com/css/#forms
and https://github.com/LimeSurvey/LimeSurvey/blob/master/application/helpers/admin/htmleditor_helper.php#L190

Then we can remove the "tool" column

LouisGac

LouisGac

2016-03-03 13:08

developer   ~35864

feel free to open a new bug report if you want more changes on subquestions/answers screens.

https://github.com/LimeSurvey/LimeSurvey/commit/b2c6cfef502207b9d803cb3fce443221d72e951f

https://github.com/LimeSurvey/LimeSurvey/commit/5ab1ffb396fdedfdd621f3cefbc1b4ad59e639a0

https://github.com/LimeSurvey/LimeSurvey/commit/825384de2e062ce9c9307cc3371530890f5a0c0e

DenisChenu

DenisChenu

2016-03-03 14:09

developer   ~35866

Leave it (2.50)

c_schmitz

c_schmitz

2016-03-07 11:49

administrator   ~36030

Version 2.50+ Build 160307 released

Related Changesets

LimeSurvey: master efd37cff

2016-02-25 17:30:13

c_schmitz

Details Diff
Fixed issue 10581: Weird subquestions/answer options input width Affected Issues
10581
mod - application/views/admin/survey/Question/answerOptions_view.php Diff File

LimeSurvey: master 1ab96798

2016-02-25 17:39:57

c_schmitz

Details Diff
Fixed issue 10581: Weird subquestions/answer options input width Affected Issues
10581
mod - application/views/admin/survey/Question/answerOptions_view.php Diff File

Issue History

Date Modified Username Field Change
2016-02-25 09:26 Ben_V New Issue
2016-02-25 09:26 Ben_V File Added: 2.5_radio.gif
2016-02-25 09:30 Ben_V Note Added: 35681
2016-02-25 13:53 tpartner File Added: capture_TP_1.png
2016-02-25 13:55 tpartner Note Added: 35703
2016-02-25 14:21 DenisChenu Note Added: 35704
2016-02-25 14:45 tpartner Note Added: 35707
2016-02-25 15:30 DenisChenu Note Added: 35712
2016-02-25 17:21 c_schmitz Priority normal => urgent
2016-02-25 18:13 c_schmitz Assigned To => c_schmitz
2016-02-25 18:13 c_schmitz Status new => assigned
2016-02-25 18:30 c_schmitz Changeset attached => LimeSurvey master efd37cff
2016-02-25 18:30 c_schmitz Note Added: 35734
2016-02-25 18:30 c_schmitz Resolution open => fixed
2016-02-25 18:40 c_schmitz Changeset attached => LimeSurvey master 1ab96798
2016-02-25 18:40 c_schmitz Note Added: 35735
2016-02-26 16:51 DenisChenu Note Added: 35742
2016-02-26 16:51 DenisChenu File Added: Capture du 2016-02-26 16-48-28.png
2016-02-26 16:52 DenisChenu Note Added: 35743
2016-03-02 17:51 LouisGac File Added: edit-subquestions-active.png
2016-03-02 17:52 LouisGac Note Added: 35845
2016-03-02 17:56 c_schmitz Note Added: 35846
2016-03-02 17:56 c_schmitz Note Edited: 35846
2016-03-02 18:19 c_schmitz Assigned To c_schmitz => LouisGac
2016-03-02 18:28 DenisChenu Note Added: 35850
2016-03-02 18:28 DenisChenu Note Edited: 35850
2016-03-03 10:08 DenisChenu Assigned To LouisGac => DenisChenu
2016-03-03 13:08 LouisGac Note Added: 35864
2016-03-03 13:08 LouisGac Status assigned => resolved
2016-03-03 13:58 DenisChenu Assigned To DenisChenu => LouisGac
2016-03-03 14:09 DenisChenu Note Added: 35866
2016-03-07 11:48 c_schmitz Fixed in Version => 2.5
2016-03-07 11:49 c_schmitz Note Added: 36030
2016-03-07 11:49 c_schmitz Status resolved => closed