View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
05299Bug reportsSurvey editingpublic2011-07-01 18:34
Reporteruser14542Assigned Totpartner  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version1.91+ 
Summary05299: Answers designed by table - first element not displayed
Description

Using template Bluengrey, default CSS template.css uses "text-inherit" which is not supported by IE7 (f.e.). No fix for browser version available. As a result, first element of answers (f.e. "YES" in Yes/No question) is not displayed properly (and can not be selected).

Problem is in bluengrey/template.css (and maybe other templates):
.choice-5-pt-radio .answers li,.list-radio-flexible .answers li,.list-radio .answers li,.list-with-comment .answers li,.yes-no .answers li,.gender .answers li
{
margin-left: 2em;
text-indent: -1.7em; /ie7 et al. problem!/
}

Steps To Reproduce

Any element using text-indent (at least Yes/No, Gender and below):

.choice-5-pt-radio .answers li,
.list-radio-flexible .answers li,
.list-radio .answers li,
.list-with-comment .answers li,
.yes-no .answers li,
.gender .answers li

TagsNo tags attached.
Attached Files
hidden.png (1,024 bytes)   
hidden.png (1,024 bytes)   
Bug heat2
Complete LimeSurvey version number (& build)10089
I will donate to the project if issue is resolvedNo
BrowserIE7; generally all not supporting text-indent
Database type & versionN/A
Server OS (if known)N/A
Webserver software & version (if known)N/A
PHP VersionN/A

Users monitoring this issue

There are no users monitoring this issue.

Activities

tpartner

tpartner

2011-06-28 17:22

partner   ~15580

Fixed in revision 10361.

Thanks for the report stogr.

Issue History

Date Modified Username Field Change
2011-06-22 12:28 user14542 New Issue
2011-06-22 12:28 user14542 File Added: hidden.png
2011-06-22 21:46 c_schmitz Assigned To => tpartner
2011-06-22 21:46 c_schmitz Status new => assigned
2011-06-28 17:22 tpartner Note Added: 15580
2011-06-28 17:22 tpartner Status assigned => resolved
2011-06-28 17:22 tpartner Resolution open => fixed
2011-07-01 18:34 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing