← Back to team overview

mahara-contributors team mailing list archive

[Bug 1892948] A patch has been submitted for review

 

Patch for "master" branch: https://reviews.mahara.org/11185

-- 
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:
  In Progress

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