Am 21.08.2010 um 21:32 schrieb Punyashloka Biswal: > I followed Richard Heck's suggestions on the ticket and made the small > changes in InsetTabular::doDispatch() that were necessary. In > addition, I had to modify Text::dispatch() because in some cases it > didn't undispatch() when trying to move past the beginning or end of a > paragraph. >
Ok, I applied the patch locally, tested it and it seems to cure the symptom. I'll wait for others to comment, but surely there is a style problem in your patch. Some lines of new code are indented with spaces. I think tabs should be used here. Stephan