[Pro] Action compatibility?

I noticed that a new Auto Clearfix action (v 1.0.2) is now available for FWP 7. Is this update backward compatible with FWP 6? What changes were made to the new version?

http://actionsforge.com/actions/auto-clearfix


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

haven’t tried … but clearfix is not very sophisticated, so I think changes are marginal. I do clearfix on my own but could think of underscore instead of asterisk for IE fixing to avoid some Safari (unjustified) invalid warnings.

Nothing to mind about.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thomas wrote:

I do clearfix on my own…

As do I. Mine is different than the clearfix action - applying the extended
group class to the floated parent so as to benefit from this code -

.group:after {
      content: "";
      display: table;
      clear: both;
}

Which works well for me. Manually applying the class when needed helps me
to keep track and minimize the number of divs used to position stuff…
keeping things simple. Although, I do not worry about legacy IE issues -
one of the very few things I share with Microsoft.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options