View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
07685 | Bug reports | Theme editor | public | 2013-03-19 23:45 | 2013-03-25 11:05 |
Reporter | pweldon | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.00+ | ||||
Summary | 07685: 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: The code I used was a known Internet Explorer hack: 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. | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
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 | |||||
Denis, I think you were involved with this in the forum. Can you please take it? |
|
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 |
|
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. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12038 |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12039 |
|
Fix for little screen too (global display:inline if display column is set) |
|
You da man! |
|
Some fix again for "global css" application. Tony : did you think we have to do same think for other template ? |
|
Only if they use inline-block for col style. |
|
New version released. |
|
LimeSurvey: master 19e594df 2013-03-22 12:01 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 12:04 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 12:20 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 12:22 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 |
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 |