You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Undocumented in the 1.13 release notes of the bootstrap-select package is the fact that it no longer supports Bootstrap 2. Downgrading and locking to 1.12 fixes this.
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: