View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
11999Bug reportsSurvey editingpublic2017-07-21 17:08
ReporterDenisChenu Assigned ToDenisChenu  
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version2.56.x 
Target Version3.0.x 
Summary11999: Bad order of css can make harder to fix it
Description

The ordering of css file is bad in survey view.
Even with boostrap at framework : it's loaded last , just before template.css

Steps To Reproduce

Test any question, and look at sourece

Additional Information

Example Ranking
3.0 (today version)

package limesurvey-public

/tmp/assets/f7f5943/css/font-awesome.min.css
/tmp/assets/6983cc80/survey.css

package template-default

/tmp/assets/e09dd4b4/template-core.css
/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css

register script/package in qanda

/assets/ce6b2bd7/ranking.css

template css

/templates/default/css/bootstrap.css
/templates/default/css/template.css

2.5X / master (today version)

constructor registerscript

tmp/assets/f9eacc60/css/font-awesome.min.css"

register script in qanda

/styles-public/ranking.css"

template css

/templates/default/css/jquery-ui-custom.css
/templates/default/css/bootstrap-slider.css
/templates/default/css/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css
/templates/default/css/flat_and_modern.css
/templates/default/css/template.css

Tagsanswers_html
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)20161210
I will donate to the project if issue is resolvedNo
Browsernot relevant
Database type & versionnot relevant
Server OS (if known)not relevant
Webserver software & version (if known)not relevant
PHP Versionnot relevant

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2016-12-10 14:35

developer   ~42513

See a strating point solution here : https://github.com/LimeSurvey/LimeSurvey/pull/610
Load 'boostrap' package , but fix boostrap css before.

ANd then package['depends'] are really used (it's not the case today)

c_schmitz

c_schmitz

2017-07-21 17:08

administrator   ~44147

Version 3.0.0-beta.1 released

Related Changesets

LimeSurvey: develop 99bdf08b

2016-12-20 19:07:41

user70560


Committer: GitHub Details Diff
Merge pull request #610 from Shnoulle/bs-package

Dev: boostrap package management
Affected Issues
11999
mod - application/config/packages.php Diff File
mod - application/config/third_party.php Diff File
mod - application/controllers/admin/templates.php Diff File
mod - application/helpers/replacements_helper.php Diff File
mod - application/models/TemplateConfiguration.php Diff File
mod - application/views/layouts/public.php Diff File
mod - templates/default/config.xml Diff File
rm - templates/default/css/jquery-ui-custom-rtl.css Diff File
rm - templates/default/css/jquery-ui-custom.css Diff File
rm - templates/default/css/template-rtl.css Diff File

Issue History

Date Modified Username Field Change
2016-12-10 14:33 DenisChenu New Issue
2016-12-10 14:33 DenisChenu File Added: limesurvey_survey_rank.lss
2016-12-10 14:35 DenisChenu Note Added: 42513
2016-12-10 14:35 DenisChenu Tag Attached: answers_html
2016-12-18 14:12 DenisChenu Assigned To => DenisChenu
2016-12-18 14:12 DenisChenu Status new => assigned
2016-12-20 19:08 DenisChenu Changeset attached => LimeSurvey develop 99bdf08b
2016-12-21 10:52 DenisChenu Status assigned => resolved
2016-12-21 10:52 DenisChenu Resolution open => fixed
2016-12-21 10:52 DenisChenu Fixed in Version => 3.0
2017-07-21 17:08 c_schmitz Note Added: 44147
2017-07-21 17:08 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing