?
avatar Quy
Quy
12 Apr 2017

Steps to reproduce the issue

Go to Components > Banners > Tracks
Click Search Tools button
See screenshot

banners-tracks

avatar Quy Quy - open - 12 Apr 2017
avatar joomla-cms-bot joomla-cms-bot - change - 12 Apr 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Apr 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 13 Apr 2017
Category com_banners
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 13 Apr 2017

Issue confirmed.

System information

3.7.0-rc2 (nightly Build)
macOS Sierra, 10.12.4
Firefox 52 (64-bit)

MAMP 4.1.1

  • PHP 7.0.15
  • MySQLi 5.6.35
avatar franz-wohlkoenig franz-wohlkoenig - change - 13 Apr 2017
Priority Medium Very low
Status New Confirmed
avatar rjcf18
rjcf18 - comment - 14 Apr 2017

I confirm this issue.

deepinscreenshot20170414014721

System information (as much as possible)

Joomla! 3.7.0-rc2
OS: Linux Deepin 15.3
Kernel: 4.4.0-3-deepin-amd64
Google Chrome: 56.0.2924.76 (64 bit)
PHP: 7.0.12-2

avatar dgt41
dgt41 - comment - 8 Aug 2017

Is this still valid in 3.7.4?

avatar wojsmol
wojsmol - comment - 8 Aug 2017

@dgt41 Grean backgroud confirmed on 3.7.4.

avatar dgt41
dgt41 - comment - 8 Aug 2017

@ciar4n @C-Lodder can you take a look at this one? It looks like css related

avatar wojsmol
wojsmol - comment - 8 Aug 2017

background is defined in .input-append .active, .input-prepend .active selector.

avatar dgt41
dgt41 - comment - 8 Aug 2017

@wojsmol I think the conflict comes from the search tools...

avatar C-Lodder
C-Lodder - comment - 8 Aug 2017

The issue simply comes from:

.input-append, .input-prepend {
    margin-bottom: 9px;
}

which is Bootstrap's CSS.

So the following LESS required to fix would be:

.js-stools-field-filter {
    .input-prepend,
    .input-append {
        margin-bottom: 0;
    }
}
avatar dgt41
dgt41 - comment - 8 Aug 2017

@C-Lodder i guess there should be a background-color reset for the green background or not?

avatar C-Lodder
C-Lodder - comment - 8 Aug 2017

I have absolutely no idea what validation classes are being used in J3, so not sure if the green BG should be there or not.

avatar ciar4n
ciar4n - comment - 9 Aug 2017

Is there a particular reason why the active class is been added to these fields?

avatar brianteeman
brianteeman - comment - 18 Aug 2017

@ciar4n not that I can see but I also cannot see where it is coming from

avatar joomla-cms-bot joomla-cms-bot - close - 4 Oct 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Oct 2017
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2017-10-04 14:42:40
Closed_By franz-wohlkoenig
avatar joomla-cms-bot
joomla-cms-bot - comment - 4 Oct 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Oct 2017

closed as having Pull Request #18231

avatar C-Lodder
C-Lodder - comment - 4 Oct 2017

@franz-wohlkoenig That PR adresses the colour, not the unecessary bottom margin. So this needs to be re-opened

avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Oct 2017
Status Closed Discussion
Closed_Date 2017-10-04 14:42:40
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 4 Oct 2017
Status Discussion New
Closed_Date 0000-00-00 00:00:00
avatar joomla-cms-bot joomla-cms-bot - reopen - 4 Oct 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 4 Oct 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Oct 2017
Status New Discussion
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Oct 2017

reopen as stated above.


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

avatar brianteeman
brianteeman - comment - 4 Oct 2017

I added the code for the margin to the PR at #18231

avatar franz-wohlkoenig franz-wohlkoenig - change - 5 Oct 2017
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2017-10-05 05:18:26
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 5 Oct 2017
Closed_Date 2017-10-05 05:18:26 2017-10-05 05:18:27
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 5 Oct 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 5 Oct 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 Oct 2017

closed as having Pull Request #18231

Add a Comment

Login with GitHub to post a comment