mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #59674
[Bug 1892948] A change has been merged
Reviewed: https://reviews.mahara.org/11185
Committed: https://git.mahara.org/mahara/mahara/commit/3abbabea569023fd76ca61a67f2061f18239d3a7
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 3abbabea569023fd76ca61a67f2061f18239d3a7
Author: Lisa Seeto <lisaseeto@xxxxxxxxxxxxxxx>
Date: Wed Aug 26 12:02:40 2020 +1200
Bug 1892948: CSS Advanced options in Skin not allowing position tag
- added:
CSS.AllowImportant
CSS.Trusted
- added commented out:
CSS.AllowTricky
CSS.Proprietary
to CSS config
Change-Id: I1908e0cbd1a757b4be29c65998bae8b1b3c2613e
Signed-off-by: Lisa Seeto <lisaseeto@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1892948
Title:
CSS Advanced options in Skin not allowing position tag
Status in Mahara:
Fix Committed
Bug description:
Since updating to CSS Tidy 1.7.1, it appears that some options for setting custom CSS are not available.
To replicate:
1. Have option for skins in config.php set to true for the site (i.e. $config->skins = true;)
2. Log into site and create a new skin (Create -> Skins -> Create skin)
3. Navigate to 'Advanced' tab and enter the following:
.pageheader {
position: absolute;
}
4. Save the skin. NB: Custom CSS changes are not reflected in the skin preview.
5. Edit the skin and navigate to the Advanced tab and look at the custom CSS
Expected results:
The editor window contains:
.pageheader {
position: absolute;
}
Actual results:
.pageheader{
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1892948/+subscriptions
References