svn commit: samba r20924 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse: .

derrell at samba.org derrell at samba.org
Sun Jan 21 18:46:41 GMT 2007


simo <idra at samba.org> writes:

> Btw, I think I know what it is. I was experimenting changing focus each
> time before clicking on the plus/minus sign. It see that when
> changeSelection is fired, then TreeOpenWhileEmpty is not, except on the
> first node "sam.ldb", for that one both events are queued at the same
> time.

I've been working on this this afternoon.  I hope to have a solution soon.
The TreeOpenWhileEmpty event is getting eaten by the finite state machine
because it is processed while in AwaitRpcResult state, and the AwaitRpcResult
state must be told to block it (since it doesn't handle it) so it can be
processed when the FSM gets back to the Idle state.

Cheers,

Derrell


More information about the samba-cvs mailing list