avatar ceford
ceford
1 Feb 2020

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.

avatar ceford ceford - open - 1 Feb 2020
avatar mbabker
mbabker - comment - 1 Feb 2020

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.

avatar ceford
ceford - comment - 2 Feb 2020

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.

avatar richard67
richard67 - comment - 17 Feb 2020

Could that be related to #1070 ? Some assets not loaded right?

avatar mbabker
mbabker - comment - 18 Feb 2020

Fixed via c10016e

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.

avatar mbabker mbabker - close - 18 Feb 2020
avatar mbabker mbabker - change - 18 Feb 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-02-18 15:35:55
Closed_By mbabker

Add a Comment

Login with GitHub to post a comment