? Pending

User tests: Successful: Unsuccessful:

avatar Anu1601CS
Anu1601CS
25 Dec 2017

Issue

This issue present where subhead buttonis used. Subhead buttons do not display properly on a scroll. You can check any of them.

Like: Try to open page to write a new article then scroll down.
You can check save and cancel button, not align properly.

Summary of Changes

Changes in :
administrator/modules/mod_menu/tmpl/default.php
and
administrator/templates/atum/index.php

Adding of javascript file changed from default to index

Testing Instructions

Step1: Try to open page to write a new article then scroll down.

Expected result

Buttons Align properly

aa

Actual result

Buttons not align properly.

aaa

avatar Anu1601CS Anu1601CS - open - 25 Dec 2017
avatar Anu1601CS Anu1601CS - change - 25 Dec 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Dec 2017
Category Modules Administration Templates (admin)
avatar Anu1601CS Anu1601CS - change - 25 Dec 2017
The description was changed
avatar Anu1601CS Anu1601CS - edited - 25 Dec 2017
avatar Anu1601CS Anu1601CS - change - 25 Dec 2017
The description was changed
avatar Anu1601CS Anu1601CS - edited - 25 Dec 2017
avatar franz-wohlkoenig franz-wohlkoenig - test_item - 25 Dec 2017 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 25 Dec 2017

I have tested this item successfully on c79ea07


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

avatar Anu1601CS
Anu1601CS - comment - 26 Dec 2017

@C-Lodder can you Test and review changes. Because this issue occurs after #19086 .


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19169.
avatar C-Lodder
C-Lodder - comment - 26 Dec 2017

Please dont do this. The script should be called from the module, not the template.

If there's a bug, I'll fix thr script

avatar C-Lodder
C-Lodder - comment - 26 Dec 2017

Could you let me know which browser you're using please?

avatar Anu1601CS
Anu1601CS - comment - 26 Dec 2017

@C-Lodder Google chrome


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

avatar C-Lodder
C-Lodder - comment - 26 Dec 2017

Ok I'll test hopefully tomorrow.

avatar Anu1601CS
Anu1601CS - comment - 26 Dec 2017

@C-Lodder can we add

// Fix toolbar and footer width for edit views
if (wrapper.classList.contains('wrapper0')) {
if (subhead) {
subhead.style.left = 0;
}
if (status) {
status.style.marginLeft = 0;
}
}

to
system/js/toolbar.js
because this one is a part of templete.js

Thanks for review :)


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

avatar C-Lodder
C-Lodder - comment - 26 Dec 2017

Yup dont worry. We're still in the process of removing the JS from template.js

avatar Anu1601CS
Anu1601CS - comment - 26 Dec 2017

ok


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

avatar Anu1601CS Anu1601CS - change - 26 Dec 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 26 Dec 2017
Category Modules Administration Templates (admin) Modules Administration
avatar Anu1601CS
Anu1601CS - comment - 26 Dec 2017

@C-Lodder and @dgt41 So, I am closing this pull request and I try to fix this issue soon :(

avatar Anu1601CS Anu1601CS - change - 26 Dec 2017
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2017-12-26 14:40:06
Closed_By Anu1601CS
avatar Anu1601CS Anu1601CS - close - 26 Dec 2017
avatar dgt41
dgt41 - comment - 26 Dec 2017

@Anu1601CS if you're about to do so please take a look at #17868

The point is that the menu javascript will eventually be implemented as a custom element, and also we need to make sure that it fulfils the accessibility requirements. Oh also we need to wait for the new design to be approved so we don't end up rewriting the same code too many times

avatar Anu1601CS
Anu1601CS - comment - 26 Dec 2017

@dgt41 Thanks for the information.


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

avatar C-Lodder
C-Lodder - comment - 29 Dec 2017

done: #19212

Add a Comment

Login with GitHub to post a comment