-
Notifications
You must be signed in to change notification settings - Fork 81
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
Blank Categories and Labels fields in Joomla Issue Tracker #1072
Comments
Those rules aren’t what should be changed. They’re the defaults from Bootstrap 2.3 (why, I don’t know, but that’s beside the point). The issue is probably something to do with how the various UI plugins are being loaded and used (basically either incorrect markup, incorrect CSS order, or a missing override). Changing those rules in the base template affecting every .org site isn’t the right fix here. |
On second look it seems to be a more substantial coding error: the grey search filters have both a drop-down list and a button list. The others have just a drop-down list. |
Could that be related to #1070 ? Some assets not loaded right? |
Fixed via c10016e Undocumented in the 1.13 release notes of the |
Steps to reproduce the issue
Just open the the Joomla CMS Tracker and click Search Tools.
Click either the Categories or Labels dropdown lists.
Expected result
List panels should appear populated with items to select.
Actual result
The list panels are blank!
System information (as much as possible)
Not my system!
Additional comments
The problem is caused by these styles in template_3.0.0.min.css:
.btn-group {
font-size: 0;
}
.btn-toolbar {
font-size: 0;
}
I can see the lists using the css Inspector to unset them.
The text was updated successfully, but these errors were encountered: