Expected behaviour
Users should be able to choose any folder they want, regardless of their hierarchy.
Actual behaviour
if the directory structure is:
myfolder
..subfolder1
..subfolder2
I can uncheck subfolder1 and it will show the content of myfolder and subfolder2, but if there is only one subfolder like this:
myfolder
..subfolder1
if I unckeck subfolder1 then myfolder goes unchecked as well and I don't get the content of myfolder.
Even the first example is not ideal. Suppose again I have this structure:
myfolder
..subfolder1
..subfolder2
and I want only to show the content of subfolder1 and subfolder2, but NOT myfolder, if nothing was check whenever I check subfolder1 myfolder gets greyed like this:
and when I check subfolder2 then myfolder is fully selected. I don't want it!
and if I uncheck myfolder, then subfolder1 and subfolder2 gets unchecked as well!
I understand the mechanism of "select top folder and it will select all subfolders as well" to make it quicker for the users to be able to check all and uncheck what they don't want, but it has its drawbacks as well.
Steps to reproduce
Steps to reproduce the behavior:
- create the folders and subfolders like above
- uncheck both subfolders
- the content of the first level folder is not shown
Expected behaviour
Users should be able to choose any folder they want, regardless of their hierarchy.
Actual behaviour
if the directory structure is:
myfolder
..subfolder1
..subfolder2
I can uncheck subfolder1 and it will show the content of myfolder and subfolder2, but if there is only one subfolder like this:
myfolder
..subfolder1
if I unckeck subfolder1 then myfolder goes unchecked as well and I don't get the content of myfolder.
Even the first example is not ideal. Suppose again I have this structure:
myfolder
..subfolder1
..subfolder2
and I want only to show the content of subfolder1 and subfolder2, but NOT myfolder, if nothing was check whenever I check subfolder1 myfolder gets greyed like this:
and when I check subfolder2 then myfolder is fully selected. I don't want it!
and if I uncheck myfolder, then subfolder1 and subfolder2 gets unchecked as well!
I understand the mechanism of "select top folder and it will select all subfolders as well" to make it quicker for the users to be able to check all and uncheck what they don't want, but it has its drawbacks as well.
Steps to reproduce
Steps to reproduce the behavior: