https://bugs.documentfoundation.org/show_bug.cgi?id=167138

--- Comment #6 from Regina Henschel <[email protected]> ---
Do you have used a debug build for testing?

The problem is, that commit e1972743d692c8d8611912c31aae2cb08ae7636d has
exchanged the OSL_ENSURE in ImpEditEngine::PaMtoEditCursor() with an assert().
And assert() crashes in a debug build, but not an OSL_ENSURE. The modern
equivalent to an OSL_ENSURE would be a SAL_WARN_IF.

If I disable the assert(), I can work with the input line in Calc without
problems. There might be other places, where IsUpdateLayout() may not be false,
but not for the Calc input line. Unfortunately, I do not find, where
UpdateLayout is set to false in this case.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to