-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed List All Tags view #41440
Fixed List All Tags view #41440
Conversation
reflect changes of view with column count
Thanks for the pr, can you not make it in a backwards compatible way? |
Thanks for your comment. I can't understand what you are saying here. are you asking me to make it backward compatible? At this moment the number of columns compared with Bootstrap 12 column grid. So for me, using the row-column combination is the right way forward. We may add more options for mobile and tab screen column count and append the classes accordingly. |
@nasirkhan |
So I'm closing this pr. You can always use an override with your changes. I guess we should tackle the issue in a different way. |
thank you for your thoughtful comments. I think we @laoneo and @hans2103 none of you understood the issue this pull request solves. There is a bug, which is The @hans2103 mentioned that the current bug is helpful for better accessibility and his personal preferences in using @laoneo Can you please open the pull request so that I can add |
Although this pull request might solve a current bug, it should not create another. Why change the HTML when only changing the classNames would be enough? when columns > 1
this will result in the following view: The borders around each item are gone, but the semantics are kept. |
Not 100% certain on the classes but the general principle of @hans2103 is the correct solution |
@hans2103 You want to show list items as a grid by the You said you want to use Using |
Summary of Changes
For the
List All Tags
menu type, there are options to set a number of columns. But at present, this does not reflect on the view. This PR will fix this issue and column changes will be reflected on the view.I consider this as a bug fix as the current menu setting is not reflected in the view. This might be a breaking change, for some websites as the HTML structure will be changed.
This Pull Request will fix a partial of the Issue #39177 .
Testing Instructions
List All Tags
Number of Columns
from theOptions
tabActual result BEFORE applying this Pull Request
Showing all the tags in a single column without respecting the
Number of Columns
in theOptions
tab.Expected result AFTER applying this Pull Request
Number of Columns
in theOptions
tab will be reflected in the view.Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed