? Success

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
4 Aug 2016

Pull Request for Issue #11441 .

Summary of Changes

Tag must contain a single class attribute: class="hasTooltip btn btn-danger btn-mini"
Tag contains duplicated class attribute: class="hasTooltip" at the start and class="btn btn-danger btn-mini" at the end of list of attributes. This meant the button wasnt not being displayed.

This is the admin module to display a list of logged in users. If you dont have this ADMIN module published then you should publish in the cpanel position

Make sure you have one user logged in at the front end of your site. The module should now show two users as per the screenshot below. Ensure that the tooltip is still working and the button is red.

Before PR

ujg

After PR

hegm

avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2016
Category Administration Modules
avatar brianteeman brianteeman - open - 4 Aug 2016
avatar brianteeman brianteeman - change - 4 Aug 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2016
Title
[mod_logged]: Tag <a> contains duplicated `class` attribute
[mod_logged]: Tag contains duplicated `class` attribute
Labels Added: ?
avatar brianteeman brianteeman - change - 4 Aug 2016
The description was changed
avatar brianteeman brianteeman - edited - 4 Aug 2016
avatar brianteeman
brianteeman - comment - 4 Aug 2016

(updated screenshots and description)

avatar C-Lodder
C-Lodder - comment - 4 Aug 2016

Test successful.

However after doing so, I notice there is more spacing on the right hand side of the "X" icon than the left. This is cause by the following:

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .25em;   <<< HERE
    line-height: 14px;
}

The right margin shouldn't be there, but this would be a different PR though

avatar brianteeman
brianteeman - comment - 4 Aug 2016

Thanks for testing by yes that would have to be a separate PR as that would
touch many more areas

On 4 August 2016 at 15:38, Lodder notifications@github.com wrote:

Test successful.

However after doing so, I notice there is more spacing on the right hand
side of the "X" icon than the left. This is cause by the following:

[class^="icon-"], [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-right: .25em; <<< HERE
line-height: 14px;
}

The right margin shouldn't be there, but this would be a different PR
though


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11443 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABPH8dqgRygX0zsCD3tDC_PsXul6lwmVks5qcflagaJpZM4JcqOi
.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar brianteeman brianteeman - alter_testresult - 4 Aug 2016 - C-Lodder : Tested successfully
avatar jeckodevelopment jeckodevelopment - test_item - 4 Aug 2016 - Tested successfully
avatar jeckodevelopment
jeckodevelopment - comment - 4 Aug 2016

I have tested this item successfully on 73d43a1


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

avatar Lavsteph Lavsteph - test_item - 4 Aug 2016 - Tested successfully
avatar Lavsteph
Lavsteph - comment - 4 Aug 2016

I have tested this item successfully on 73d43a1


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

avatar brianteeman brianteeman - change - 4 Aug 2016
Title
[mod_logged]: Tag <a> contains duplicated `class` attribute
[mod_logged]: Tag contains duplicated `class` attribute
Status Pending Ready to Commit
avatar brianteeman
brianteeman - comment - 4 Aug 2016

Rtc


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

avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2016
Labels Added: ?
avatar 1apweb 1apweb - test_item - 4 Aug 2016 - Tested successfully
avatar 1apweb
1apweb - comment - 4 Aug 2016

I have tested this item successfully on 73d43a1


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

avatar rdeutz rdeutz - change - 13 Aug 2016
Title
[mod_logged]: Tag <a> contains duplicated `class` attribute
[mod_logged]: Tag contains duplicated `class` attribute
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-08-13 17:44:52
Closed_By rdeutz
avatar rdeutz rdeutz - close - 13 Aug 2016
avatar rdeutz rdeutz - merge - 13 Aug 2016
avatar joomla-cms-bot joomla-cms-bot - close - 13 Aug 2016
avatar joomla-cms-bot joomla-cms-bot - change - 13 Aug 2016
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment