View Single Post
Currently, a parent's context is only inherited by actions created beneath the parent. In your original case, it sounds like you're creating a peer action and then moving it under the parent, so no context inheritance occurs.

So the question is: should moved actions also inherit the parent's context in addition to those created beneath the parent? Valid arguments could probably be made either way, but I tend to think not. If I want my new action to inherit a parent's context, then I use the command suggested earlier and create the action as a child. I'm not sure I'd like every action dragged in to inherit context.

-Dennis