moodle/admin/tool/lp
Damyon Wiese d8e57f02a7 MDL-59828 autocomplete: Sizing issues on themes
We want to avoid page jumps wherever possible. This change uses the original select element as a "proxy" to reserve the space
in the DOM for the enhanced auto-complete when the JS runs.

It uses visibility: hidden to make the select not rendered - but still take up space.

The exact sizing for the CSS was determined by testing and reverse engineering the bootstrap calculations.

The size of user pictures in selectors was reduced to avoid flicker when switching between no selection and a selected user. I
could have reserved a larger amount of space, but it looks worse for pickers with no pictures.
2017-08-25 15:07:40 +08:00
..
amd MDL-57139 js: built 2017-06-01 14:54:40 +01:00
classes MDL-59365 enrol_manual: Rewrite the yui enrolment popup in amd 2017-07-11 13:47:26 +01:00
db MDL-59365 enrol_manual: Rewrite the yui enrolment popup in amd 2017-07-11 13:47:26 +01:00
lang/en MDL-56734 tool_lp: add competency frameworks repo button 2016-11-17 13:15:56 +08:00
pix MDL-51683 design: New icon for competencies 2016-05-31 10:48:18 +08:00
templates MDL-59828 autocomplete: Sizing issues on themes 2017-08-25 15:07:40 +08:00
tests MDL-59548 behat: Helpers for autocomplete 2017-07-17 11:10:15 +08:00
yui MDL-40759 dragdrop: Use a pix icon renderer for drag handles. 2017-03-17 15:51:28 +08:00
competencies.php MDL-40759 themes: font awesome support 2017-03-17 15:51:28 +08:00
competencyframeworks.php MDL-53629 tool_lp: Add buttons should be displayed left below the title 2016-04-22 10:50:40 -04:00
coursecompetencies.php MDL-55032 tool_lp: check access when showing link to competencies 2016-07-01 13:42:27 +08:00
editcompetency.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
editcompetencyframework.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
editplan.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
edittemplate.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
learningplans.php MDL-53700 competency: Migrating the competency API to core 2016-04-18 11:05:59 +08:00
lib.php MDL-40759 plugins: Add font icon mapping to all plugins 2017-03-17 15:51:29 +08:00
plan.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
plans.php MDL-53700 competency: Migrating the competency API to core 2016-04-18 11:05:59 +08:00
settings.php MDL-53451 competency: Improve performance by bypassing api::is_enabled() 2016-04-22 11:34:39 +08:00
styles.css MDL-56684 competencies: Boost for competency templates 2016-11-04 14:45:58 +00:00
template_cohorts.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
template_plans.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
templatecompetencies.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
upgrade.txt MDL-57273 core: Migrating some exporters from tool_lp & core_competency 2017-01-20 12:56:18 +08:00
user_competency.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_competency_in_course.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_competency_in_plan.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_evidence.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_evidence_edit.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_evidence_list.php MDL-53700 competency: Migrating the competency API to core 2016-04-18 11:05:59 +08:00
version.php MDL-59365 enrol_manual: Rewrite the yui enrolment popup in amd 2017-07-11 13:47:26 +01:00