No Code Attached Yet
avatar roland-d
roland-d
1 Jul 2021

Steps to reproduce the issue

  1. Login to the Joomla 4 backend
  2. Go to Components -> Banners
  3. Create a new banner
  4. Click on the banner details tab
  5. See the color bleeding into the dropdown. You will only see this if your screen is wide enough. This seems to start at a width from 2625px.

Expected result

image

Actual result

image

System information (as much as possible)

Joomla 4.0-dev branch
PHP 7.4

Additional comments

avatar roland-d roland-d - open - 1 Jul 2021
avatar joomla-cms-bot joomla-cms-bot - change - 1 Jul 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 1 Jul 2021
avatar roland-d roland-d - change - 1 Jul 2021
Title
Dropdown color bleeds over
[4.0] Dropdown color bleeds over
avatar roland-d roland-d - edited - 1 Jul 2021
avatar brianteeman
brianteeman - comment - 2 Jul 2021

It is caused by the use of the background image which is used for the dropdown arrow. Despite repeated attempts to change that it is supposed to be the full width of the field and not just for the arrow. Amongst many issues that this causes you just added another to the list.

avatar RickR2H
RickR2H - comment - 7 Jul 2021

Is making the image twice as big not an option? ?


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

avatar brianteeman
brianteeman - comment - 9 Jul 2021

@RickR2H that will probably work

avatar angieradtke
angieradtke - comment - 14 Jul 2021

We can change the background-position from 100%/116rem -> to 100%/126rem

.custom-select, .form-select {
...
    background: url(../images/select-bg.svg) no-repeat 100%/116rem;
   ...
}

custom-select, .form-select {
....
    background: url(../images/select-bg.svg) no-repeat 100%/126rem;

}
avatar drmenzelit
drmenzelit - comment - 21 Jul 2021

The problem starts at a width of 2354px and the solution posted by Angie does work only until a certain width, at 2528px the background appears again...

avatar angieradtke
angieradtke - comment - 21 Jul 2021

@drmenzelit we can go up from 100%/126rem -> to 100%/136rem;
Maybe somebody width a screen bigger than mine can play around width the em size

avatar HLeithner
HLeithner - comment - 24 Aug 2021

274rem for about 5000px not a real solution
image

avatar richard67 richard67 - change - 8 Jan 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-01-08 10:34:47
Closed_By richard67
Labels Added: No Code Attached Yet
Removed: ?
avatar richard67 richard67 - close - 8 Jan 2023
avatar richard67
richard67 - comment - 8 Jan 2023

Closing as having a pull request. Please test #39569 . Thanks in advance.

Add a Comment

Login with GitHub to post a comment