J4 Issue ?
avatar brianteeman
brianteeman
12 Jul 2018

The links in com_messages are all wrong

Make sure that you have a message in your inbox.

Try and select that message by checking the box and you will be redirected to
index.php?option=com_fields&context=com_users.user

try and select all messages by checking the box in the table header and you will be redirected to
index.php?option=com_users&view=levels

Note also that the redirect is on click but these are checkboxes not submits

avatar brianteeman brianteeman - open - 12 Jul 2018
avatar joomla-cms-bot joomla-cms-bot - change - 12 Jul 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Jul 2018
avatar brianteeman brianteeman - change - 12 Jul 2018
Title
[4.0] com
[4.0] com-messages
avatar brianteeman brianteeman - edited - 12 Jul 2018
avatar brianteeman brianteeman - change - 12 Jul 2018
The description was changed
avatar brianteeman brianteeman - edited - 12 Jul 2018
avatar brianteeman brianteeman - change - 12 Jul 2018
Title
[4.0] com-messages
[4.0] com-messages broken
avatar brianteeman brianteeman - edited - 12 Jul 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 13 Jul 2018
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 13 Jul 2018
Category com_messages
avatar SharkyKZ
SharkyKZ - comment - 13 Jul 2018

Template issue. Collapsed menu items aren't being hidden.
untitled
@C-Lodder @ciar4n can you take a look at this please.

avatar C-Lodder
C-Lodder - comment - 13 Jul 2018

@brianteeman @SharkyKZ Not tested the new template so can't confirm, but try adding:

overflow: hidden;

to this line: https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/templates/atum/scss/blocks/_sidebar-nav.scss#L4

Or find it in the CSS file if you're not set up to compile SCSS

May be the wrong place though as there seem to be 2 SCSS files for the sidebar and I don't know if the one mentioned above it for something else or not.

avatar SharkyKZ
SharkyKZ - comment - 13 Jul 2018

That menu doesn't user .sidebar-nav class. I think this could be it:

.main-nav .collapse-level-1:not(.show) {
    display: block;
}

.show is not used also . Instead .open is added/removed from parent. So this seems to work:

.main-nav .open .collapse-level-1 {
   display: block;
}
avatar brianteeman
brianteeman - comment - 13 Jul 2018

good spot. - i didnt even think that could be the issue - its likely to effect other components then as well

avatar brianteeman brianteeman - change - 18 Jul 2018
Labels Added: J4 Issue
avatar brianteeman brianteeman - labeled - 18 Jul 2018
avatar roland-d
roland-d - comment - 26 Jul 2018

This issue drove me crazy yesterday. If you go to the Plugins list, try to drag a plugin, you can't. It will drag a submenu item and open that page when you let go.


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

avatar brianteeman
brianteeman - comment - 26 Jul 2018

I had a try at fixing it but my css foo is not strong enough

avatar brianteeman
brianteeman - comment - 30 Jul 2018

@ciar4n could you take a look at this please.

avatar joomla-cms-bot joomla-cms-bot - change - 31 Jul 2018
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 31 Jul 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 31 Jul 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-07-31 04:10:59
Closed_By franz-wohlkoenig
avatar joomla-cms-bot
joomla-cms-bot - comment - 31 Jul 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 31 Jul 2018

closed as having Pull Request #21316

Add a Comment

Login with GitHub to post a comment