View Issue Details

This bug affects 1 person(s).
 30
IDProjectCategoryView StatusLast Update
03882Bug reportsSurvey editingpublic2009-12-11 12:16
Reporterpavel Assigned Toc_schmitz  
PrioritynormalSeveritypartial_block 
Status closedResolutionfixed 
Product Version1.87RC2 
Fixed in Version1.87RC5 
Summary03882: problems with radio box in Hebrow version
Description

I have problems with radio box, all fields jumps.
Please see screenshot

TagsNo tags attached.
Attached Files
template-rtl.css (1,680 bytes)   
/* This CSS file is included if a Right-to-Left language is used */

.answertext, .answer {
    text-align:right;
}

.boilerplate td td, 
.numeric td td, 
.choice-5-pt-radio td td, 
.yes-no td td, 
.gender td td, 
.date td td, 
.numeric-multi td td, 
.numeric td td, 
.list-with-comment td td, 
.list-dropdown-flexible td td, 
.ranking td td, 
.numeric-multi td td, 
.language td td, 
.multiple-opt-comments td td, 
.multiple-short-txt td td, 
.text-short td td, 
.text-long td td, 
.text-huge td td, 
.numeric-multi td td, 
.array-5-pt td, 
.array-10-pt td, 
.array-yes-uncertain-no td, 
.array-increase-same-decrease td, 
.array-flexible-row td, 
.array-flexible-column td, 
.array-multi-flexi td, 
.array-multi-flexi-text td, 
.array-flexible-duel-scale td  {
    text-align: right !important;
}


 .choice-5-pt-radio .answer li
,.list-radio-flexible .answer li
,.list-radio .answer li
,.list-with-comment .answer li
,.multiple-opt .answer li
,.multiple-opt-comments .answer li
,.multiple-short-txt .answer li
,.numeric-multi .answer li
,.yes-no .answer li
,.gender .answer li {
    text-align: right;
}

.list-radio .answer li label {
    width: auto;
}

 .choice-5-pt-radio ul
,.yes-no ul
,.gender ul {
    text-align: right;
}

#progress-graph div.zero {
    margin-right: -20%;
}

#progress-graph div.cent {
    margin-right: 65%;    
}

#progress-graph div.graph{
  text-align: right;
}


/* line 479 */

.list-with-comment div.list {
    float: right;
}

.list-with-comment div.list p {
    text-align: right;
}

.list-with-comment p.comment {
    text-align: right;
    float:left;
}
template-rtl.css (1,680 bytes)   
Bug heat30
Complete LimeSurvey version number (& build)
I will donate to the project if issue is resolved
Browserinternet explorer 8.0
Database type & version-
Server OS (if known)Linux hevra 2.6.26-2-amd64
Webserver software & version (if known)Apache 2.0 Handler
PHP VersionPHP Version 5.2.6-1+lenny3

Relationships

has duplicate 03888 closeduser372 Ranking box doesn't work 
has duplicate 03885 closeduser372 When I use list(dropdown) box I see text in the right side and the box in the left 
has duplicate 03887 closeduser372 When I choose 'numbers only' field, the question text appears in the right but the entry in the left 
has duplicate 03886 closedc_schmitz I think you need reverse list options and comment field in list comment box 

Users monitoring this issue

There are no users monitoring this issue.

Activities

user372

2009-11-23 12:36

  ~10217

1) Please attach a sample survey (survey structure as .csv-file) in hebrow.

2) Which template do you use?

3) Does the problem occur in all templates or just in specific one?

pavel

pavel

2009-11-23 12:47

reporter   ~10219

I use default template.

c_schmitz

c_schmitz

2009-11-23 23:21

administrator   ~10227

Last edited: 2009-11-24 03:26

Please use the attached CSS file. Replace the existing one in /templates/default

pavel

pavel

2009-11-30 07:16

reporter   ~10330

Thanks, now it looks better, but still there is a field that jumped left.
Please see screenshot

pavel

pavel

2009-11-30 07:19

reporter   ~10331

also the translation of 'other' option isn't good. Can you change it for "????" ?

pavel

pavel

2009-11-30 07:24

reporter   ~10332

the same problem in list(dropdown)- see attachment

c_schmitz

c_schmitz

2009-11-30 22:53

administrator   ~10383

Last edited: 2009-12-01 00:21

Pavel, can you please export the according questions and attach them here too so I can reproduce the bugs.

If you want to update the Hebrew translation, please use these instructions:

http://docs.limesurvey.org/tiki-index.php?page=LimeSurvey+1.x+Translating+LimeSurvey

pavel

pavel

2009-12-01 10:13

reporter   ~10389

c_schmitz, I uploaded 2 problem questions

c_schmitz

c_schmitz

2009-12-01 16:41

administrator   ~10392

Last edited: 2009-12-01 23:12

Fixed in rev. 3882

c_schmitz

c_schmitz

2009-12-01 16:42

administrator   ~10393

Quick fix for pavel:

Add the following lines to template-rtl.css

td.questiontext {
text-align: right;
}

Issue History

Date Modified Username Field Change
2009-11-23 11:30 pavel New Issue
2009-11-23 11:30 pavel Status new => assigned
2009-11-23 11:30 pavel Assigned To => user372
2009-11-23 11:30 pavel File Added: bag_radio.bmp
2009-11-23 11:30 pavel Browser => internet explorer 8.0
2009-11-23 11:30 pavel Database & DB-Version => -
2009-11-23 11:30 pavel Operating System (Server) => Linux hevra 2.6.26-2-amd64
2009-11-23 11:30 pavel Webserver => Apache 2.0 Handler
2009-11-23 11:30 pavel PHP Version => PHP Version 5.2.6-1+lenny3
2009-11-23 12:36 user372 Note Added: 10217
2009-11-23 12:46 pavel File Added: limesurvey_survey_79556.csv
2009-11-23 12:47 pavel Note Added: 10219
2009-11-23 18:35 c_schmitz File Added: bag_radio.jpg
2009-11-23 18:35 c_schmitz File Deleted: bag_radio.bmp
2009-11-23 23:20 c_schmitz Status assigned => resolved
2009-11-23 23:20 c_schmitz Fixed in Version => 1.87RC3
2009-11-23 23:20 c_schmitz Resolution open => fixed
2009-11-23 23:21 c_schmitz File Added: template-rtl.css
2009-11-23 23:21 c_schmitz Note Added: 10227
2009-11-23 23:23 c_schmitz Status resolved => assigned
2009-11-23 23:23 c_schmitz Assigned To user372 => c_schmitz
2009-11-23 23:23 c_schmitz Status assigned => resolved
2009-11-24 01:18 c_schmitz Relationship added has duplicate 03888
2009-11-24 01:21 c_schmitz Relationship added has duplicate 03885
2009-11-24 01:22 c_schmitz Relationship added has duplicate 03887
2009-11-24 03:25 c_schmitz Relationship added has duplicate 03886
2009-11-24 03:25 c_schmitz File Deleted: template-rtl.css
2009-11-24 03:25 c_schmitz File Added: template-rtl.css
2009-11-24 03:26 c_schmitz Note Edited: 10227
2009-11-28 13:44 c_schmitz Status resolved => closed
2009-11-30 07:16 pavel Note Added: 10330
2009-11-30 07:16 pavel Status closed => feedback
2009-11-30 07:16 pavel Resolution fixed => reopened
2009-11-30 07:16 pavel File Added: bag_radio2.bmp
2009-11-30 07:19 pavel Note Added: 10331
2009-11-30 07:24 pavel Note Added: 10332
2009-11-30 07:24 pavel File Added: list(dropdown)2.bmp
2009-11-30 22:47 c_schmitz File Deleted: bag_radio.jpg
2009-11-30 22:53 c_schmitz Note Added: 10383
2009-12-01 00:21 c_schmitz Note Edited: 10383
2009-12-01 10:12 pavel File Added: limesurvey_question_252.csv
2009-12-01 10:12 pavel File Added: limesurvey_question_258.csv
2009-12-01 10:13 pavel Note Added: 10389
2009-12-01 16:40 c_schmitz Status feedback => assigned
2009-12-01 16:41 c_schmitz Note Added: 10392
2009-12-01 16:41 c_schmitz Status assigned => resolved
2009-12-01 16:41 c_schmitz Fixed in Version 1.87RC3 => 1.87RC5
2009-12-01 16:41 c_schmitz Resolution reopened => fixed
2009-12-01 16:42 c_schmitz Note Added: 10393
2009-12-01 16:43 c_schmitz File Deleted: bag_radio2.bmp
2009-12-01 16:43 c_schmitz File Deleted: list(dropdown)2.bmp
2009-12-01 23:12 c_schmitz Note Edited: 10392
2009-12-11 12:16 c_schmitz Status resolved => closed
2010-10-25 00:17 c_schmitz Category Survey Design => Survey design
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing