Opencast-Moodle / moodle-block_opencast

Block to manage Opencast publications in moodle
21 stars 27 forks source link

Fix cutting off action menu items in overview video table #339

Closed ferishili closed 11 months ago

ferishili commented 11 months ago

This PR fixes #261

How it works:

To test:

NOTE: Please follow the comments below (https://github.com/Opencast-Moodle/moodle-block_opencast/pull/339#issuecomment-1649797818)

ferishili commented 11 months ago

This problem is in fact a known bug in Moodle, following this: MDL-77375

That means, the initial fix commits of this PR are no longer needed. And since the affected Moodle versions are (4.0.6, 4.1.1, 4.1.2, 4.1.3, 4.2 regressions, 4.2, 4.2.1, 4.2.2), one must upgrade his/her Moodle to 4.1.5, 4.2.2 which at the time of writing this are not yet released!

What is left to do from our side is to only use set_boundary function when creating action menus! And hope everyone sees this PR and gets informed about this MOODLE BUG (not block_opencast!) That they need to upgrade their moodle to above-mentioned-fixed versions and not creating issues reporting a bug related to this repository!

ferishili commented 10 months ago

For Info: the fixed moodle releases (4.1.5 & 4.2.2) are now (as of writing this) available!