?
avatar waader
waader
19 Oct 2019

Steps to reproduce the error

In Backend go to the system menu or the help menu and hover over the joomla logo.

pbf02

Expected result

Actual result

System information (as much as possible)

Additional comments

avatar waader waader - open - 19 Oct 2019
avatar joomla-cms-bot joomla-cms-bot - change - 19 Oct 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Oct 2019
avatar brianteeman
brianteeman - comment - 19 Oct 2019

Read the code. This is by design and only on the home dashboard where it makes no sense

avatar brianteeman
brianteeman - comment - 19 Oct 2019

This can be closed as expected and intended behaviour

avatar Quy Quy - change - 19 Oct 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-10-19 18:56:17
Closed_By Quy
avatar Quy Quy - close - 19 Oct 2019
avatar HLeithner HLeithner - change - 19 Oct 2019
Status Closed New
Closed_Date 2019-10-19 18:56:17
Closed_By Quy
avatar HLeithner HLeithner - reopen - 19 Oct 2019
avatar HLeithner
HLeithner - comment - 19 Oct 2019

@brianteeman could you please be a bit more friendly and this issue is valid because it's on every dashboard as the reporter mentioned.

It makes no sense that I'm unable to go to the home dashboard from the system dashboard.

avatar brianteeman
brianteeman - comment - 19 Oct 2019

This is the code you will need to change

$cpanel = $option === 'com_cpanel';

<?php // No home link in edit mode (so users can not jump out) and control panel (for a11y reasons) ?>
<?php if ($hiddenMenu || $cpanel) : ?>
<div class="logo">
<img src="<?php echo $siteLogo; ?>" alt="<?php echo $logoAlt; ?>">
<img class="logo-small" src="<?php echo $smallLogo; ?>" alt="<?php echo $logoSmallAlt; ?>">
</div>
<?php else : ?>

avatar waader
waader - comment - 23 Oct 2019

As this behaviour serves a higher purpose (a11y) this could be closed.

avatar HLeithner HLeithner - change - 28 Oct 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-10-28 12:37:17
Closed_By HLeithner
avatar HLeithner HLeithner - close - 28 Oct 2019

Add a Comment

Login with GitHub to post a comment