-
Bug
-
Resolution: Fixed
-
Blocker
-
3.5.6, 3.6.4, 3.7
-
MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-65581-master -
In MDL-58314 the block renderer was changed to allow custom css classes inserted in the block template.
As a result, hidden blocks are using the 'invisible' class added in blocks/moodleblock.class.php
In Bootstrap 4 the .invisible class completely hides an element.
- To reproduce:
- navigate to your dashboard
- Click the customise this page button
- Add a block (any type will do)
- Click the gear icon on the new block
- Observe the block disappearing. You will see an empty space where the block was added
- is a regression caused by
-
MDL-58315 Boost theme ignores HTML block custom classes
-
- Closed
-