On Fri, Apr 11, 2014 at 11:30 AM, aparsloe <apars...@clear.net.nz> wrote: > > On 11/04/2014 7:11 p.m., Vincent van Ravesteijn wrote: >>> >>> As a matter of interest, is Instant Preview on in Tools > Preferences > >>> Display? If I turn it off, the problem vanishes. >>> >>> Andrew >>> >> I will need to have a look. I have did quite some work in this area to >> check whether the instant preview is shown in the correct view, >> whether the inset is being edited in the correct view, etc. This >> information is stored in the insets, but needs to be stored for each >> view. >> >> I now see that we have an InsetMathHull::use_preview_ member that is >> used in InsetMathHull::editXY. This is wrong, because we should always >> use the preview state relative to the view it is in, it cannot be a >> member of InsetMathHull. >> >> I'll fix this for 2.1.1. >> >> Can you make a bug report with milestone 2.1.1. so I won't forget ? >> >> Vincent > > Bug #9085. I realised later that it is an instant preview rather than math > inset bug (but affects the latter with instant preview "on"). A preview > inset around text or a table also shows the problem. Another way of freeing > the cursor in the left view is to scroll the preview inset on the right off > screen. > > Andrew
Yes, I carefully copy-pasted the bug when I created the InsetPreview ;). Vincent