[ http://issues.apache.org/jira/browse/ADFFACES-55?page=comments#action_12428389 ] Simon Lessard commented on ADFFACES-55: ---------------------------------------
You're perfectly right, the second option would have been more efficient and easier to read. I could also make _inhibitedProperties empty since getInhibitedProperties() is not called when all is present. I'll make a patch using the latter option I think and just document it so that users know that calling getInhibitedProperties always return an empty list if isInhibitingAll returns true. > inhibit skinning css properties > ------------------------------- > > Key: ADFFACES-55 > URL: http://issues.apache.org/jira/browse/ADFFACES-55 > Project: MyFaces ADF-Faces > Issue Type: New Feature > Reporter: Jeanne Waldman > Attachments: Inhibit.patch > > > Add a skinning css custom property to all a selector to inhibit all > properties it would normally inherit, or to inhibit specific properties. For > example: > .foo {-oam-inhibit: all} > .bar {-oam-inhibit: text-align font-size color} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
