You know, after I responded to you I started to see the same thing, i.e. that it’s difficult to do something like this:
-
First action: set Size on all elements of
content divclass (Height=0px) -
Second action: set Size on only siblings of
content divclass (Height=auto)
I was getting the same behavior, with the interface changing all references to content div so that everything is either “all elements” or “only siblings”. That’s a little frustrating.
I don’t know how you figured out that selecting a different element with the same class would be a workaround for this. I never would have thought of that, but I tried it and that seems to work for me as well!