CSS issue UI
avatar brianteeman
brianteeman
22 Mar 2016

Steps to reproduce the issue

Try any of the dropdown select boxes in the search tools - they are hidden below the content - see screenshot

screen shot 2016-03-22 at 09 35 59

avatar brianteeman brianteeman - open - 22 Mar 2016
avatar brianteeman
brianteeman - comment - 22 Mar 2016

It is only the dropdowns with the class bootstrap-select


This comment was created with the J!Tracker Application at issues.joomla.org/jtracker/765.

avatar mbabker
mbabker - comment - 22 Mar 2016

Looking back we've had a lot of issues with that package (and we're now a bunch of releases behind).

avatar b2z b2z - change - 23 Mar 2016
Labels Added: CSS issue UI
avatar mbabker
mbabker - comment - 23 Mar 2016

I went back before the asset restructure and took a look. On the tracker list page, we were never loading bootstrap-select so all the filters were "plain" <select> lists. With the compiled assets it's always loaded in now in the vendor.min.* files. Putting the template in debug mode still doesn't load bootstrap-select since it was never a declared dependency of this page.

Long and short, gotta deal with it now.

avatar mbabker mbabker - change - 23 Mar 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-03-23 16:19:24
Closed_By mbabker
avatar mbabker mbabker - close - 23 Mar 2016
avatar mbabker mbabker - close - 23 Mar 2016
avatar mbabker
mbabker - comment - 23 Mar 2016

Found the conflict. The fact that search tools is in a collapse container caused the overflow to be hidden. So we need to show the overflow when that container is expanded.

I also updated to the latest bootstrap-select version (1.10.0). So this should be OK for now.

avatar zero-24
zero-24 - comment - 23 Mar 2016

Maybe somone with access can test if that issue is fixed with that change too :)

#640

avatar mbabker
mbabker - comment - 23 Mar 2016

The text when hovered over shows fine, the input box overflow is still an issue.

Add a Comment

Login with GitHub to post a comment