? Success
Pull Request for # 8945

User tests: Successful: Unsuccessful:

avatar flash1452
flash1452
12 Mar 2016

Pull Request for Issue #8945 .

Summary of Changes

Introduced a new class in the <ul> tag of file mod_tags_popular and mod_tags_similar files.

Testing Instructions

The tag was a simple <ul> tag
Now its: <ul class="tagspopular">

avatar flash1452 flash1452 - open - 12 Mar 2016
avatar flash1452 flash1452 - change - 12 Mar 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Mar 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 12 Mar 2016
Category Modules
avatar brianteeman brianteeman - change - 12 Mar 2016
Rel_Number 0 8945
Relation Type Pull Request for
avatar Twincarb Twincarb - test_item - 13 Mar 2016 - Tested successfully
avatar Twincarb
Twincarb - comment - 13 Mar 2016

I have tested this item :white_check_mark: successfully on 10d956f


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

avatar joomla-cms-bot
joomla-cms-bot - comment - 13 Mar 2016

This PR has received new commits.

CC: @Twincarb


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

avatar Twincarb Twincarb - test_item - 13 Mar 2016 - Tested successfully
avatar Twincarb
Twincarb - comment - 13 Mar 2016

I have tested this item :white_check_mark: successfully on 95b25c7

Tested both mod_tags_popular and mod_tags_similar both showing new ul class


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

avatar flash1452
flash1452 - comment - 14 Mar 2016

@brianteeman Please review my PR.

avatar ghazal ghazal - test_item - 16 Mar 2016 - Tested successfully
avatar ghazal
ghazal - comment - 16 Mar 2016

I have tested this item :white_check_mark: successfully on 95b25c7


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

avatar joomla-cms-bot
joomla-cms-bot - comment - 18 Mar 2016

This PR has received new commits.

CC: @ghazal, @Twincarb


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

avatar lunalars
lunalars - comment - 24 Mar 2016

As there already is a class on the surrounding div (tagspopular / tagssimilar) you could address the ul like this: .tagssimilar > ul in your css. So I think there is no need for a class on the ul - keeps code cleaner.

avatar faynt0 faynt0 - test_item - 2 Aug 2016 - Tested successfully
avatar faynt0
faynt0 - comment - 2 Aug 2016

I have tested this item successfully on 4774147

Patch does add mentioned class to <ul> of popular tags.

But as @lunalars mentioned, the parent div already has a appropriated class to select the tags.
Post-patch there will be a parent <div class="tagspopular"> with a child <ul class="tagspopular"> which seems messy.

Hosted by @icampus


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

avatar abuechert abuechert - test_item - 2 Aug 2016 - Tested successfully
avatar abuechert
abuechert - comment - 2 Aug 2016

I have tested this item successfully on 4774147

tested @icampus

patch does what it says. adds a class=tagspopular to the

avatar roland-d roland-d - change - 2 Aug 2016
Status Pending Ready to Commit
avatar roland-d
roland-d - comment - 2 Aug 2016

Ready to commit as we have 2 successful tests.


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

avatar joomla-cms-bot joomla-cms-bot - change - 2 Aug 2016
Category Modules Front End Modules
avatar joomla-cms-bot joomla-cms-bot - change - 2 Aug 2016
Labels Added: ?
avatar wilsonge
wilsonge - comment - 2 Aug 2016

Removing RTC label - the div and ul element shouldn't have the same class as has been pointed out.

avatar wilsonge wilsonge - change - 2 Aug 2016
Status Ready to Commit Pending
Labels
avatar brianteeman brianteeman - change - 2 Aug 2016
Labels Removed: ?
avatar roland-d
roland-d - comment - 2 Aug 2016

@wilsonge Oh hit me, I missed that :-|

avatar franz-wohlkoenig franz-wohlkoenig - change - 6 Apr 2017
Status Pending Needs Review
avatar joomla-cms-bot joomla-cms-bot - edited - 6 Apr 2017
avatar roland-d
roland-d - comment - 13 May 2017

We can't fix this in a backwards compatible way because you can't remove the class on the div as it may break existing sites and we can't add the class to the ul as it would be a duplicate class. A real catch-22, only way I see this fixed is in Joomla 4. Thanks for your effort.

avatar roland-d roland-d - change - 13 May 2017
Status Needs Review Closed
Closed_Date 0000-00-00 00:00:00 2017-05-13 20:19:40
Closed_By roland-d
avatar roland-d roland-d - close - 13 May 2017

Add a Comment

Login with GitHub to post a comment