?
avatar C-Lodder
C-Lodder
15 Jan 2020

Steps to reproduce the issue

  1. Go to /administrator/index.php?option=com_postinstall
  2. Look at the Showing messages for dropdown
  3. Click it

You'll notice the arrow icon disappears

screeny3

avatar C-Lodder C-Lodder - open - 15 Jan 2020
avatar joomla-cms-bot joomla-cms-bot - change - 15 Jan 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Jan 2020
avatar brianteeman
brianteeman - comment - 15 Jan 2020

There is a pr for this

avatar C-Lodder
C-Lodder - comment - 15 Jan 2020

Do you mean this one? #27487

avatar brianteeman
brianteeman - comment - 15 Jan 2020

yes


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27543.

avatar C-Lodder
C-Lodder - comment - 15 Jan 2020

That fixes custom selects with the .active class. This is a different issue

avatar C-Lodder
C-Lodder - comment - 15 Jan 2020

The problem here isn't the icon itself. That still exists, but instead it's the background of the square which changes to white, thus you can't see it.

avatar brianteeman
brianteeman - comment - 15 Jan 2020

Pull requests welcome.

avatar N6REJ
N6REJ - comment - 15 Jan 2020

@C-Lodder the problem is .form-control:focus background. As soon as I can find the dang thing I'll create a pr

avatar Quy
Quy - comment - 15 Jan 2020

Remove form-control to fix the issue.

<select id="eid" name="eid" onchange="this.form.submit()" class="form-control custom-select">

avatar N6REJ
N6REJ - comment - 15 Jan 2020

@Quy yep, I JUST saw that after comparing it to others. You wanna do a pr?

avatar Quy
Quy - comment - 15 Jan 2020

Please test PR #27544

avatar Quy Quy - change - 15 Jan 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-01-15 16:56:48
Closed_By Quy
avatar Quy Quy - close - 15 Jan 2020
avatar N6REJ
N6REJ - comment - 15 Jan 2020

lol you beat me to it.

Add a Comment

Login with GitHub to post a comment