View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
07685Bug reportsTheme editorpublic2013-03-25 11:05
Reporterpweldon Assigned ToDenisChenu  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Fixed in Version2.00+ 
Summary07685: Mulitple choice question type doesn't display correctly in IE8 when 'display columns' set to 2
Description

a lot of people still use IE 8 as that is the current browser for XP. As far as I know, this only affects IE8

The multiple choice question type doesn't display correctly when there are 2 columns due to a bug in IE 8.

See discussion: http://www.limesurvey.org/en/forum/design-issues/92766-default-template-2-row-multi-choice-question-and-internet-explorer

Additional Information

fix (used for default template):

The code in the template.css file:
display: inline-block;

The code I used was a known Internet Explorer hack:
display: inline-block;
display: inline\9;

Internet Explorer will be the only browser that reads that second line which will override the first line. I just replaced all instances where that first line of code exists with the two lines of code, inside the template.css file.

TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)
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

Users monitoring this issue

There are no users monitoring this issue.

Activities

tpartner

tpartner

2013-03-21 22:14

partner   ~24824

Denis, I think you were involved with this in the forum. Can you please take it?

DenisChenu

DenisChenu

2013-03-22 09:10

developer   ~24825

Tony,

Just general for IE6/7/8 : i have a computer in "attic", this computer don't have acess to my dev server, then it make me a lot of time for debugguing (lot of stair ...).

I use IEtester to have IE6/7/8, did you have ever tested it ?

Denis

DenisChenu

DenisChenu

2013-03-22 11:21

developer   ~24826

According to http://caniuse.com/#search=inline-block This must be set for IE6/7 and NOT IE8 and IE9 : IE8 understand inline-block.

BUT here width is set to 90%: affect all navigator if total width is not wide (test with 8 column with FF)

Then forcing display:inline for multi column.

DenisChenu

DenisChenu

2013-03-22 12:02

developer   ~24827

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

DenisChenu

DenisChenu

2013-03-22 12:04

developer   ~24828

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

DenisChenu

DenisChenu

2013-03-22 12:04

developer   ~24829

Last edited: 2013-03-22 12:05

Fix for little screen too (global display:inline if display column is set)

tpartner

tpartner

2013-03-22 12:14

partner   ~24830

You da man!

DenisChenu

DenisChenu

2013-03-22 12:24

developer   ~24831

Some fix again for "global css" application.

Tony : did you think we have to do same think for other template ?

tpartner

tpartner

2013-03-22 12:33

partner   ~24832

Only if they use inline-block for col style.

c_schmitz

c_schmitz

2013-03-25 11:05

administrator   ~24848

New version released.

Related Changesets

LimeSurvey: master 19e594df

2013-03-22 11:01:49

DenisChenu

Details Diff
Fixed issue 07685: Mulitple choice question type doesn't display correctly when 'display columns' with IE8 or little screen
New feature: add extra class for multi column: colstyle-ul, colstyle-table and colstyle-css with display columns settings
Dev: remove some extra selector in default and citronade
Affected Issues
07685
mod - application/helpers/common_helper.php Diff File
mod - templates/citronade/template.css Diff File
mod - templates/default/template.css Diff File

LimeSurvey: 2.05 d8126297

2013-03-22 11:04:18

DenisChenu

Details Diff
Fixed issue 07685: Mulitple choice question type doesn't display correctly when 'display columns' with IE8 or little screen
New feature: add extra class for multi column: colstyle-ul, colstyle-table and colstyle-css with display columns settings
Dev: remove some extra selector in default and citronade
Affected Issues
07685
mod - application/helpers/common_helper.php Diff File
mod - templates/citronade/template.css Diff File
mod - templates/default/template.css Diff File

LimeSurvey: master a4331dce

2013-03-22 11:20:20

DenisChenu

Details Diff
Dev: Fix 19e594df5c82ab27eed3809de26b71f9acaf5286
Dev: Can force global class with -1 or 1.1
Affected Issues
07685
mod - application/helpers/common_helper.php Diff File
mod - templates/citronade/template.css Diff File
mod - templates/default/template.css Diff File

LimeSurvey: 2.05 0536ac53

2013-03-22 11:22:01

DenisChenu

Details Diff
Dev: Fix 19e594d
Dev: Can force global class with -1 or 1.1
Affected Issues
07685
mod - application/helpers/common_helper.php Diff File
mod - templates/citronade/template.css Diff File
mod - templates/default/template.css Diff File

Issue History

Date Modified Username Field Change
2013-03-19 23:45 pweldon New Issue
2013-03-21 15:07 DenisChenu Project Feature requests => Bug reports
2013-03-21 21:35 c_schmitz Assigned To => tpartner
2013-03-21 21:35 c_schmitz Status new => assigned
2013-03-21 22:13 tpartner Assigned To tpartner =>
2013-03-21 22:13 tpartner Assigned To => DenisChenu
2013-03-21 22:14 tpartner Note Added: 24824
2013-03-22 09:10 DenisChenu Note Added: 24825
2013-03-22 11:21 DenisChenu Note Added: 24826
2013-03-22 12:02 DenisChenu Changeset attached => LimeSurvey master 19e594df
2013-03-22 12:02 DenisChenu Note Added: 24827
2013-03-22 12:02 DenisChenu Resolution open => fixed
2013-03-22 12:04 DenisChenu Changeset attached => LimeSurvey 2.05 d8126297
2013-03-22 12:04 DenisChenu Note Added: 24828
2013-03-22 12:04 DenisChenu Note Added: 24829
2013-03-22 12:04 DenisChenu Status assigned => resolved
2013-03-22 12:04 DenisChenu Fixed in Version => 2.00+
2013-03-22 12:05 DenisChenu Note Edited: 24829
2013-03-22 12:14 tpartner Note Added: 24830
2013-03-22 12:23 DenisChenu Changeset attached => LimeSurvey master a4331dce
2013-03-22 12:23 DenisChenu Changeset attached => LimeSurvey 2.05 0536ac53
2013-03-22 12:24 DenisChenu Note Added: 24831
2013-03-22 12:33 tpartner Note Added: 24832
2013-03-25 11:05 c_schmitz Note Added: 24848
2013-03-25 11:05 c_schmitz Status resolved => closed
2015-12-11 14:40 c_schmitz Category Templates => Theme editor