onCSSSetProperty: function(style, propName, propValue, propPriority, prevValue, prevPriority, rule, baseText)
This callback function do have prevValue, but what about prevPropName? For instance, if you have: width: 100px; height: 100px; And you change it to border: 10px; height: 100px; By clicking the width, and change the propName to border you only end up with a onCSSSetProperty for the border case? I would like to know about that the change was substituting width as well. (and I dont receive any remove callback for the width property afaik) Thank you for some info! -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
