Skip to content
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

Closed
ceford opened this issue Feb 1, 2020 · 4 comments
Closed

Blank Categories and Labels fields in Joomla Issue Tracker #1072

ceford opened this issue Feb 1, 2020 · 4 comments

Comments

@ceford
Copy link

ceford commented Feb 1, 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.

@mbabker
Copy link
Contributor

mbabker commented Feb 1, 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.

@ceford
Copy link
Author

ceford commented Feb 2, 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.

@richard67
Copy link
Member

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

@mbabker
Copy link
Contributor

mbabker commented Feb 18, 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.

@mbabker mbabker closed this as completed Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants