? ? Pending

User tests: Successful: Unsuccessful:

avatar astridx
astridx
20 Jan 2018

Summary of Changes

Up to now the option for fluid or static layout is not used. In this PR I add the variable container to the body tag, so that the boostrap 4 class is used.

Testing Instructions

Apply the patch and check in admin the template cassiopeia. Set the option for fluid layout to static.

Expected result

The layout will be static

Actual result

The is no change. The layout is fluid, no matter what you choose.

Documentation Changes Required

No

avatar astridx astridx - open - 20 Jan 2018
avatar astridx astridx - change - 20 Jan 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Jan 2018
Category Front End Templates (site)
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 22 Jan 2018

I have tested this item successfully on fa02b4d


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

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 22 Jan 2018 - Tested successfully
avatar Anu1601CS
Anu1601CS - comment - 27 Jan 2018

I have tested this item successfully on fa02b4d


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

avatar Anu1601CS Anu1601CS - test_item - 27 Jan 2018 - Tested successfully
avatar franz-wohlkoenig franz-wohlkoenig - change - 27 Jan 2018
The description was changed
Status Pending Ready to Commit
avatar joomla-cms-bot joomla-cms-bot - edited - 27 Jan 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 27 Jan 2018

Ready to Commit after two successful tests.

avatar ghazal
ghazal - comment - 30 Jan 2018

I have tested this item successfully on fa02b4d

The test itself is working allright.
But, logically, it activates the css selector .container whose rule-sets:

.container {
    max-width: 1140px;
}
.container {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}

define a slightly different layout (with left and right margins) than the one we saw until now (full window).


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19418.
avatar ghazal ghazal - test_item - 30 Jan 2018 - Tested successfully
avatar wilsonge wilsonge - change - 1 Feb 2018
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-02-01 22:41:35
Closed_By wilsonge
Labels Added: ? ?
avatar wilsonge wilsonge - close - 1 Feb 2018
avatar wilsonge wilsonge - merge - 1 Feb 2018
avatar wilsonge
wilsonge - comment - 1 Feb 2018

Thanks :)

Add a Comment

Login with GitHub to post a comment