?
avatar SharayuYadav
SharayuYadav
2 Nov 2019

Steps to reproduce the issue

Go to content->articles
Edit an already created article.
Click on 'Associations'.
Click on 'Select Target'.
Modal opens. Go to search text, its label is shown half.

Expected result

The label should be shown below. If it is shown upwards then it should be visible properly

Actual result

screen shot 2019-11-02 at 08 57 59

avatar SharayuYadav SharayuYadav - open - 2 Nov 2019
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Nov 2019
avatar infograf768
infograf768 - comment - 7 Nov 2019

Confirmed. Same for Category and certainly others.

avatar infograf768
infograf768 - comment - 7 Nov 2019

The issue is with the css
It should be

[id="filter[search]-desc"] {
  top: 100%;
  font-size: 0.875rem; }

instead of

[id="filter[search]-desc"] {
  bottom: 100%; }

when the search button is in a modal view.
Trying to find a way to solve this.

avatar Quy
Quy - comment - 7 Nov 2019

26916
Some of the modals area wrapped in <div class="container-popup"></div>. Associations is not.
Try the following, but have to figure out how to display it correctly.

.container-popup [id="filter[search]-desc"] {
  top: 100%;
}
avatar Quy Quy - change - 9 Nov 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-11-09 23:07:50
Closed_By Quy
avatar Quy Quy - edited - 9 Nov 2019
avatar Quy Quy - close - 9 Nov 2019
avatar Quy
Quy - comment - 9 Nov 2019

Please test PR #27035


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

Add a Comment

Login with GitHub to post a comment