mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #59673
[Bug 1892948] Re: CSS Advanced options in Skin not allowing position tag
** Changed in: mahara
Milestone: None => 20.10.0
** Changed in: mahara
Importance: Undecided => Medium
** Changed in: mahara
Status: In Progress => Fix Committed
--
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