https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41608
--- Comment #54 from Arthur Suzuki <[email protected]> --- (In reply to Mathieu Saby from comment #52) > I tried to relaunch my ktd and it seems to solve the CSS issue. > > But from my perspective, there's something inconsistent about the way to > deselect a facet. Could you give me your opinion? > > In the old system, if a value is selected, it appears followed by an [x], > with a tooltip that says "Remove ..." > > In the new system > > if you select multiple values using the checkbox, there is no "[x]" > > if you select a single value using the checkbox, there is no "[x]" > > if you click on a value without using the checkbox (which, in terms of > > filtering, is functionally the same as checking the checkbox), it works > > like in the old system: the value is followed by an "[x]" followed by > > "Remove" > - Then, if you refine the search by clicking on another value in a different > facet, that new value will also be followed by "[x]" > - Then, if you refine the search by selecting multiple values for another > facet, all the "[x]" symbols disappear > - if you play around with all of this by adding different layers of facets, > you might end up with a pretty weird display. > > In short, this is inconsistent, and I think that if the preference is > enabled, there should be no "[x]" or "Remove" labels at all. These labels > make no or little sense in a UI where values are preceded by checkboxes, > which allow the user to know which values are actually being used for > filtering (unlike the legacy system). Actually it is complementary. - select several checkboxes, it will make an "OR" between same types/indexes. - click on several facets, it will make an "AND". - unchecking a checkbox remove the value from the OR. - click on the [x] removes the facet from the "AND". it is not just about UI. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
