View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
07746 | Bug reports | Other | public | 2013-04-09 08:58 | 2013-09-19 13:41 |
Reporter | mdekker | Assigned To | sammousa | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05 RC | ||||
Fixed in Version | 2.05 RC | ||||
Summary | 07746: Login screen is ugly in IE9 | ||||
Description | See screenshot: username/password fields are too high compared to the select boxes. This is the same for gringegreen and blobblueish, also tried in firefox and chrome an they look better. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 130409 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | IE 9 | ||||
Database type & version | . | ||||
Server OS (if known) | . | ||||
Webserver software & version (if known) | . | ||||
PHP Version | . | ||||
Solution : don't use IE ;). It's bootstrap .... in adminstyle, line 102, you have some padding (2px) removing it and bootstrap apply: did it better ? |
|
So, why are we using bootstrap? In my version of IE9, the window is forced into compatibility mode as are most sites using bootstrap. |
|
Added Sam to explain why using bootstrap ;) |
|
We use several bootstrap (YiiBooster to be exact) widgets in the administrative interface. The problem seems to be a lot of overrides done in either the global adminstyle.css or the template adminstyle.css. |
|
sammousa: the question is: I already say we don't have to include bootstrap, because we already have jquery-ui. selectjs don't need bootstrap, only need jquery. Denis |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12486 |
|
Replaced normal selectbox with Select2 widget. |
|
sammousa : seems langage selector have some problem with utf8 caracters. |
|
I think this is you... Tried both in IE and Chrome. |
|
I am seeing the same thing as Denis in FF, IE9 and Chrome. |
|
Could you confirm that the following line is correct in your local version? To me it seems weird that those html escaped things are even in your page source.. |
|
Yup, that line is correct and I just pulled the project. |
|
Snapshot of the source - http://snag.gy/rln1T.jpg |
|
Think i found it in html_entity_decode documentation: Encoding to use. If omitted, the default value for this argument is ISO-8859-1 in versions of PHP prior to 5.4.0, and UTF-8 from PHP 5.4.0 onwards. http://php.net/manual/en/function.html-entity-decode.php tpartner could you check if supplying the utf8 parameter explicitly solves it for you? -- i only have php5.4. |
|
This does indeed fix it - http://pastebin.com/VBjrBMwL |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12488 |
|
LimeSurvey: 2.05 0e18312a 2013-05-28 09:00 Details Diff |
Fixed issue 07746: Login screen is ugly in IE9 |
Affected Issues 07746 |
|
mod - application/views/admin/authentication/login.php | Diff File | ||
mod - styles/adminstyle.css | Diff File | ||
LimeSurvey: 2.05 30908d26 2013-05-29 13:22 Details Diff |
Fixed issue 07746: Now also working for php < 5.4 |
Affected Issues 07746 |
|
mod - application/views/admin/authentication/login.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-04-09 08:58 | mdekker | New Issue | |
2013-04-09 08:58 | mdekker | File Added: login_blobblue.jpg | |
2013-04-11 18:51 | DenisChenu | Note Added: 24945 | |
2013-04-24 17:19 | tpartner | Note Added: 25118 | |
2013-04-24 17:54 | DenisChenu | Issue Monitored: sammousa | |
2013-04-24 17:55 | DenisChenu | Note Added: 25119 | |
2013-04-24 18:47 | sammousa | File Added: Untitled.png | |
2013-04-24 19:38 | sammousa | Note Added: 25123 | |
2013-04-26 17:14 | DenisChenu | Note Added: 25145 | |
2013-04-26 17:15 | DenisChenu | Note Edited: 25145 | |
2013-05-28 09:01 | sammousa | Changeset attached | => LimeSurvey 2.05 0e18312a |
2013-05-28 09:01 | sammousa | Note Added: 25398 | |
2013-05-28 09:01 | sammousa | Assigned To | => sammousa |
2013-05-28 09:01 | sammousa | Resolution | open => fixed |
2013-05-28 09:11 | sammousa | Note Added: 25399 | |
2013-05-28 09:11 | sammousa | Status | new => resolved |
2013-05-29 10:20 | DenisChenu | Note Added: 25405 | |
2013-05-29 10:21 | DenisChenu | File Added: Capture du 2013-05-29 10:17:23.png | |
2013-05-29 10:29 | sammousa | Note Added: 25406 | |
2013-05-29 11:49 | tpartner | Note Added: 25407 | |
2013-05-29 11:55 | sammousa | Note Added: 25408 | |
2013-05-29 12:29 | tpartner | Note Added: 25409 | |
2013-05-29 12:34 | tpartner | Note Added: 25410 | |
2013-05-29 12:44 | sammousa | Note Added: 25411 | |
2013-05-29 13:12 | tpartner | Note Added: 25413 | |
2013-05-29 13:24 | sammousa | Changeset attached | => LimeSurvey 2.05 30908d26 |
2013-05-29 13:24 | sammousa | Note Added: 25414 | |
2013-09-19 13:40 | c_schmitz | Fixed in Version | => 2.05 RC |
2013-09-19 13:41 | c_schmitz | Status | resolved => closed |