enabled_when listening outside model object
问题 I found a workaround to my original problem but I am hoping someone else can explain what is going on. I originally noticed that enabled_when , and I'd imagine visible_when also, appears to take effect in response to trait events originating from the model object only. If the event originates from some other object, even if the editor refers to it, it doesn't seem to be propagated correctly. class DirectObjectPronoun(HasTraits): text=Str typable=Bool(False) traits_view=View( Item(name=