>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> And you did not even guess that I mixed Edit->Tabular and Layout-> Tabular??? What kind of a hacker are you?
Jean-Marc> Now that I understand what the problem is, I'm going to Jean-Marc> investigate... A question: TABULAR_FEATURE is passed to insettabular::localDispatch, which tries insettext::localDispatch, which tries BufferView::Pimpl::Dispatch and there seems to lie the problem. This function does case LFUN_TABULAR_FEATURE: case LFUN_SCROLL_INSET: // this is not handled here as this funktion is only aktive // if we have a locking_inset and that one is (or contains) // a tabular-inset break; So LFUN_TABULAR_FEATURE is ignored, but Dispatch returns true, as if the function had been handled. If I comment the case out, things work perfectly well (the menu entry just works) So is there a reason for keep it like that? JMarc