Archive: 2.0.5 MUI Component Page Has Grayed Out Boxes When Nothing is Selected. Normal?


2.0.5 MUI Component Page Has Grayed Out Boxes When Nothing is Selected. Normal?
I've noticed this both on install and uninstall using SectionGroups. It seems if nothing is selected, all checkboxes are grayed out as if something is indeed selected. But, this is not the case.

Is this normal or do I still have to update my code to comply with this new behaviour? I need enlightenment :)


That shouldn't happen :S

-Stu


Yeah, the same exact code (except it was SubSection/End) didn't produce this. I left SubSection/end for 2.0.5 and thought maybe SectionGroup/End would fix it but no cigar :(


What's the code you're using?


I've tried duplicating the bug by creating some sample code. I now know exactly what is causing the problem. Now, either this was a bug in 2.0.4 or it is a bug in 2.0.5.

I've had SectionGroups and within them, more SectionGroups. Within these special groups I had several types of section.

1. Sections a user can install or not install.
2. Sections hidden yet belonging to a special Install Type.
3. Sections which belonged to no Install Type but which were hidden.

The bug is in #3. My question is, was this a bug in 2.0.4 which is now fixed or is it a bug in 2.0.5?


It was a bug fixed in 2.05. From 2.05 change log:

Invisible sections weren't always affected by a change of the installation type (bug #1045722)

I actually thought this was a feature as I used this as one. Happy to know it was a bug as it made me clean up my code a bit more.

Thanks for the info Kichik!