View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
03796Bug reportsSurvey takingpublic2010-08-11 10:53
Reportertpartner Assigned Totpartner  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.86 
Fixed in Version1.87RC1 
Summary03796: Sliders don't behave in IE
Description

In IE 6 and 7 (probably 8 too, but haven't tested) the slider div#container... is pushed out of position to the right by the <label> element. It occurs in several shipped templates. See attached screen-shot.

A fix is to use CSS to hide the label element or embed a style on the label element when the slider is activated:

==================================
.numeric-multi td.answer label {
display: none;
}

TagsNo tags attached.
Attached Files
slider_649x725.gif (16,120 bytes)   
slider_649x725.gif (16,120 bytes)   
Patches.zip (18,711 bytes)
Bug heat8
Complete LimeSurvey version number (& build)7697
I will donate to the project if issue is resolved
BrowserIE6/IE7
Database type & versionMySQL 5.0.77
Server OS (if known)Linux
Webserver software & version (if known)Apache
PHP Version5.2.9

Users monitoring this issue

There are no users monitoring this issue.

Activities

user372

2009-10-28 09:23

  ~09883

I can't reproduce the issue on the latest development branch for v1.87RC1 and IE8.

Can you provide a patch, which fixes the issue for the shipped templates for IE6 and IE7 on base of v1.87RC1-branch?

==> http://docs.limesurvey.org/tiki-index.php?page=Accessing+the+Source+Code&amp;structure=LimeSurvey+Development

Do a SVN check out the following directory for the latest version:
https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey

tpartner

tpartner

2009-10-28 14:01

partner   ~09890

Sure ElMatador69, but how do I check in my changes? SVN needs a user/password to check in.

tpartner

tpartner

2009-10-28 15:31

partner   ~09892

Never mind that last note. I'll attach my patch files here once I've tested all templates.

user372

2009-10-28 16:29

  ~09894

@ tpartner: well, only LimeSurvey development team members have access to your source code repository ==> but, we all want you to join the dev-team ==> you give great support in the forum,... ==> just write a mail to Carsten Schmitz and I'm sure you get access.

tpartner

tpartner

2009-10-28 20:30

partner   ~09905

Thanks for the kind words ElMatador69, I'll give some more thought to joining the team.

In the meantime, I've attached my patch files.

In lime-slider.js, I've added a snippet to the loop that assigns a class to the <label> elements when the slider is created.

In the template.css files, I've applied styles to the new class.

I've tested the styles in IE6/7, FF3, Chrome3

izahn

izahn

2009-10-29 16:38

reporter   ~09917

Last edited: 2009-10-29 16:41

There is a forum thread about this at https://www.limesurvey.org/en/support/forums/2-design-issues/33204-slider-position-in-ie-and-firefox

tpartner has kindly posted a more detailed css fix than the one listed in this issue description in that thread.

user372

2009-10-30 08:03

  ~09919

@ tpartner: is the attached patch the one we should use for v1.87 or will you provide an updated version (like in the forum thread)?

tpartner

tpartner

2009-10-30 12:07

partner   ~09924

ElMatador69, the attached patches are to be applied to 1.87. The hack in the forum is just a temporary fix.

user372

2009-10-30 23:07

  ~09926

fixed in rev. 7791
@ tpartner: THX - and don't forget to join the LimeSurvey dev-team!

c_schmitz

c_schmitz

2010-07-28 00:50

administrator   ~12500

Hi Tony,

a user reported this problem still exists in IE6. Can you confirm that?

tpartner

tpartner

2010-08-09 22:37

partner   ~12593

Hmm...the previous fix appears to have been rolled back somewhere along the line.

Fixed again in rev 9041.

Issue History

Date Modified Username Field Change
2009-10-28 01:21 tpartner New Issue
2009-10-28 01:21 tpartner Status new => assigned
2009-10-28 01:21 tpartner Assigned To => user372
2009-10-28 01:21 tpartner File Added: slider_649x725.gif
2009-10-28 01:21 tpartner LimeSurvey build number => 7697
2009-10-28 01:21 tpartner Browser => IE6/IE7
2009-10-28 01:21 tpartner Database & DB-Version => MySQL 5.0.77
2009-10-28 01:21 tpartner Operating System (Server) => Linux
2009-10-28 01:21 tpartner Webserver => Apache
2009-10-28 01:21 tpartner PHP Version => 5.2.9
2009-10-28 09:23 user372 Note Added: 09883
2009-10-28 09:23 user372 Status assigned => feedback
2009-10-28 14:01 tpartner Note Added: 09890
2009-10-28 15:31 tpartner Note Added: 09892
2009-10-28 16:29 user372 Note Added: 09894
2009-10-28 20:08 tpartner File Added: Patches.zip
2009-10-28 20:30 tpartner Note Added: 09905
2009-10-29 16:38 izahn Note Added: 09917
2009-10-29 16:41 izahn Note Edited: 09917
2009-10-30 08:03 user372 Note Added: 09919
2009-10-30 12:07 tpartner Note Added: 09924
2009-10-30 23:07 user372 Note Added: 09926
2009-10-30 23:08 user372 Status feedback => resolved
2009-10-30 23:08 user372 Fixed in Version => 1.87RC1
2009-10-30 23:08 user372 Resolution open => fixed
2009-11-13 16:40 c_schmitz Status resolved => closed
2010-07-28 00:50 c_schmitz Assigned To user372 => tpartner
2010-07-28 00:50 c_schmitz Note Added: 12500
2010-07-28 00:50 c_schmitz Status closed => feedback
2010-07-28 00:50 c_schmitz Resolution fixed => reopened
2010-08-09 22:37 tpartner Note Added: 12593
2010-08-09 22:37 tpartner Status feedback => assigned
2010-08-09 22:37 tpartner Status assigned => resolved
2010-08-09 22:37 tpartner Resolution reopened => fixed
2010-08-11 10:53 c_schmitz Status resolved => closed
2010-10-25 00:18 c_schmitz Category Survey at Runtime => Survey taking