Re: Fix #9291

2014-10-14 Thread Richard Heck
On 10/14/2014 05:49 AM, Alfredo Braunstein wrote: Alfredo Braunstein wrote: The second chunk is a fix to #9291 "Cannot exit table when selecting with keyboard to right or left". The problem was simply that the default status for the cursor in the call to *::doDispatch is dispatched... (btw, the

Re: Fix #9291

2014-10-14 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > The second chunk is a fix to #9291 "Cannot exit table when selecting > with keyboard to right or left". The problem was simply that the > default status for the cursor in the call to *::doDispatch is > dispatched... (btw, there are many cur.dispatched() statements there

Fix #9291

2014-10-12 Thread Alfredo Braunstein
The second chunk is a fix to #9291 "Cannot exit table when selecting with keyboard to right or left". The problem was simply that the default status for the cursor in the call to *::doDispatch is dispatched... (btw, there are many cur.dispatched() statements there that may be superfluous). The fir