ndunand / moodle-mod_choicegroup

Moodle "Group Choice" plugin
https://moodle.org/plugins/mod_choicegroup
35 stars 63 forks source link

Group sign-up form not visible #132

Closed upats closed 4 years ago

upats commented 4 years ago

Hi, I'm seeing a weird issue with this plugin. I hope i'm not missing something obvious. I'm currently evaluating it on a test server running Moodle 3.6.7+ and choice group v 2019051001.

When a Group Choice activity is added in Moodle, the sign-up form does not appear on the activity page. (screenshot 1) 2019-12-11_12-00-54

Inspecting the element reveals that the CSS for the .tableform class is set to hidden, and also fixed at 70px width. (screenshot 2) 2019-12-11_12-00-49

Unchecking those two properties allows the form to display fine. (screenshot 3) 2019-12-11_12-01-11

I haven't been able to test out on a vanilla install, but I looked through and deleted my SCSS and tried different themes to see if I could find a conflict with no luck.

ndunand commented 4 years ago

Hi and thanks for reporting this.

The CSS selector and rules you are referring to do not belong to the Group Choice module, though. Most likely, it comes from the theme used or another specific configuration.

Could you check and see whether the activity displays correctly with a standard theme like Boost or Classic ?

upats commented 4 years ago

Thanks, I'm using Boost and also tried Clean on 3.6, same effect...I wonder if it might be a conflict with another plugin. No worries for me as this is just a test server. If I ever do identify the conflict/setting that is doing this I will post back here.

ndunand commented 4 years ago

Alright, thanks for reporting back. This is indeed the most likely due to another plugin you have, one that does not prefix its CSS rules correctly.