Whitelist more CSS3 options in skins
Bug #1264098 reported by
Melissa Newman
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Mahara |
Fix Released
|
Medium
|
Son Nguyen | ||
| 16.10 |
Fix Released
|
Medium
|
Unassigned | ||
Bug Description
I tried to create a new skin with custom CSS code added to the "Advanced" tab.
collection-nav ul {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
When I save it, and then try to edit the skin, everything is deleted except:
ul {
}
| Changed in mahara: | |
| assignee: | nobody → Son Nguyen (ngson2000) |
| Changed in mahara: | |
| milestone: | 1.9.0 → 1.10.0 |
| Changed in mahara: | |
| status: | Confirmed → In Progress |
| summary: |
- skins not saving properly + Whitelist more CSS3 options in skins |
| no longer affects: | mahara/1.10 |
| no longer affects: | mahara/16.04 |
| no longer affects: | mahara/15.10 |
| no longer affects: | mahara/15.04 |
| tags: | added: nominatedfeature |
| Changed in mahara: | |
| milestone: | 16.04.1 → none |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

It seems that some of the code is stripped out due to purifying the CSS.