Needs review
Project:
css3pie
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2012 at 10:14 UTC
Updated:
26 Apr 2013 at 12:09 UTC
Jump to comment: Most recent file
Trying to disable all css3pie features by removing all selectors fails because "CSS Selectors" is a required field, when there is no need for it to be.
Incidentally you probably call it "CSS selectors" with a lowercase 's' on selectors to conform with Drupal naming conventions.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | css3pie-required_field-1608050.patch | 2.64 KB | morbiD |
Comments
Comment #1
morbiD commentedConfirmed.
Currently, you can only remove your previously entered selectors from the form if an enabled theme's .info file includes some selectors.
The attached patch makes the field non-required so that the selectors can be removed. I've also cleaned up some code that became redundant as a result of the change.