Closed dhlambert closed 4 years ago
This is caused by two problems.
The icons for tag/folder and expand overlap which you can see when applying some margin. (There are actually two icons)
span.expand-icon.fa.fa-folder {
margin-right: 25px;
}
Both fa-tag and fa-folder use the same icon which is semantically wrong. Instead in IMHO fa-folder should be fa-plus
Is
should
to look like
@afabiani changed the milestone to 2.12.2 hope that is fine for you if not feel free to revert.
Expected Behaviour
Hierarchical keyword tree widget expands keywords successfully when any part of the folder is clicked on.
Note: Autocomplete light is currently being upgraded to a new version which integrates with select2 widgets on frontend https://github.com/GeoNode/geonode/pull/5410. Hierarchical keyword tree widget will also need to be fixed to work with select2 once #5410 has landed. The autocomplete light branch currently has this widget commented out:
Actual Behaviour
Clicking a keyword doesn't open the hierarchy as expected - it only opens when clicking the very edge of the right side of the folder.
Steps to Reproduce the Problem
This should look as the following:
Specifications