-
New Feature
-
Resolution: Fixed
-
Minor
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_310_STABLE
-
MDL-69087-master -
-
Moppies Kanban
When H5P has been added to Moodle 3.9 it has neglected to include the 'hvp_alter_styles' (https://h5p.org/documentation/for-developers/visual-changes and https://h5p.org/node/285646 and https://h5p.org/moodle-customization) functionality that comes with the contributed module (https://moodle.org/plugins/mod_hvp).
This makes it impossible (as you can't use - or at least I've tried - JS to inject custom styles into an 'iframe' within an 'iframe').
So I'm marking this a 'regressional bug' as the core functionality does less than the contributed version.
So, mod_hvp has in 'classes/view_assets.php':
whereas 'h5p/classes/player.php' has:
Therefore a theme cannot override anything i.e. 'mod_hvp's renderer and add additional styles so that its not a mix of Moodle and H5P styles.
- documents
-
MDL-79802 Add a new setting for adding custom H5P styles
- Closed
- has a non-specific relationship to
-
MDL-69852 Mock a renderer for automate some H5P tests
- Open
-
MDL-77049 Customise H5P styles via Raw SCSS theme setting
- Closed
- has been marked as being related by
-
MOBILE-3622 Customize H5P styles via Moodle theme doesn't work in the app
- Closed
- is a regression caused by
-
MDL-66609 Create the basic skeleton, library and interfaces for rendering H5P content
- Closed
- will be (partly) resolved by
-
MDL-70759 core_h5p: add renderer to let personalize styles (backport of MDL-69087)
- Closed