? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
16 Aug 2017

Steps to reproduce the issue

  • Log in at the backend.
  • Go to the Control Panel -> Logged-in Users
  • Log in at the frontend.
  • Look at the source code in the backend.

Expected result

See source code:

....<span class="element-invisible">Log out</span></span>

Actual result

See source code:

....<span class="element-invisible">Log out"></span></span>

Look specially at

>Log out"></span>

(see ">)

System information (as much as possible)

File:

..\Joomla\administrator\modules\mod_logged\tmpl\default.php

Line 20:

<span class="icon-remove icon-white" aria-hidden="true"><span class="element-invisible"><?php echo JText::_('JLOGOUT'); ?>"></span></span>

Should (possible) be:

<span class="icon-remove icon-white" aria-hidden="true"><span class="element-invisible"><?php echo JText::_('JLOGOUT'); ?></span></span>

Delete: ">

Additional comments

Joomla 3.7.4 - mod_logged (admin)

Pull Request for Issue # 17599

avatar joomla-cms-bot joomla-cms-bot - change - 16 Aug 2017
Category Modules Administration
avatar brianteeman brianteeman - open - 16 Aug 2017
avatar brianteeman brianteeman - change - 16 Aug 2017
Status New Pending
avatar franz-wohlkoenig franz-wohlkoenig - test_item - 16 Aug 2017 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 16 Aug 2017

I have tested this item successfully on edbf24a


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 16 Aug 2017
Easy No Yes
avatar akritianand akritianand - test_item - 16 Aug 2017 - Tested successfully
avatar akritianand
akritianand - comment - 16 Aug 2017

I have tested this item successfully on edbf24a


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 16 Aug 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 16 Aug 2017

RTC after two successful tests.

avatar mbabker mbabker - change - 16 Aug 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-08-16 11:43:29
Closed_By mbabker
Labels Added: ?
avatar mbabker mbabker - close - 16 Aug 2017
avatar mbabker mbabker - merge - 16 Aug 2017
avatar brianteeman
brianteeman - comment - 16 Aug 2017

Thanks for the quick merge.

Add a Comment

Login with GitHub to post a comment