On Thu, 21 Mar 2002, John Levon wrote:

> > - Create new "article (koma-script)" document; insert a minipage; add three pars 
>of text
> >   into the minipage; set the second par to "minisec" layout; set document to "SGML 
>article";
> >   remove all error boxes -> the error box is deleted logically but not immediately 
>on screen (#210)
>
> Yes, this has regressed. Allan ?

This is a rendering error only.  It hasn't regressed.  The last time
I/we looked at this I/we concluded the bug was fixed (crashes etc.)
and only a rendering error remained.

AFAICT it's a similar rendering error to other inset update problems.
So it may be as simple as doing:

                if (bv->removeAutoInsets()) {
                        bv->redraw();        // redrawInset(this)?
                        bv->fitCursor();
                }

whereever rAI() gets called from or more likely the inset
update()/redraw() or some other such function needs fixing or calling.
I don't know much about the inset code so don't really have an idea
where to start looking.

I thought Jürgen had fixed this particular inset update problem a week
or so ago.

Allan. (ARRae)

Reply via email to