On 03/23/2015 02:37 PM, Jean-Marc Lasgouttes wrote:
Le 21/03/2015 20:42, Scott Kostyshak a écrit :
On Tue, Mar 10, 2015 at 11:17 AM, Jean-Marc Lasgouttes
<lasgout...@lyx.org> wrote:
commit 17e435c47e36effd36d25cec900369e04f6acb4e
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date: Mon Mar 9 11:14:26 2015 +0100
Check that DocIterator::sanitize only adds editable insets
This fixes the crash on ticket #9432, but the bug there has
other causes.
This causes a new crash for me:
1. start a new LyX document
2. alt+m f to create a fraction
3. alt+m r to insert a root
4. undo
Indeed :( It turns out that editable() is only useful for text, not
math. We should eventually merge this and isActive.
For now, I pushed a fix at c2f785bdc. Richard, I will have to backport
it to branch, since the faulty commit is ported at d5eeabcfd.
OK.
rh