>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> A patch for this is attached. An unbelievable story really... Martin> when doing cursor up/down, the new y co-ordinate is just _one Martin> pixel_ into the next/previous row! Therefore the test for Martin> being inside a math inset will only trigger for the hull Martin> inset, not for anything inside there like an array inset... So you mean the cursor enters the hull inset, but not the inner ones? I do not like much your use of arbitrary constants like 12... Isn't this a case where we should invoke bruteFind with limited to next/previous row? JMarc