Asger Ottar Alstrup wrote:
> Hi,
>
> My attempt at a status of 1.5.svn in terms of show-stoppers.
>
> The list includes just 5 known show stoppers:
>
> - In math the cursor blinks at the start of the math inset and then
> seems to go the correct place afterwards. Any other known cursor
> regressions?
When we atm can't find a solution we could hide the problem with this patch:
Index: frontends/WorkArea.C
===================================================================
--- frontends/WorkArea.C (revision 15587)
+++ frontends/WorkArea.C (working copy)
@@ -186,7 +186,7 @@
* dispatch() itself, because that's called recursively.
*/
// if (buffer_view_->buffer())
- toggleCursor();
+ //toggleCursor();
}
> - Selection. Does not work in math, tables, but does in footnotes.
>
> - Fix math parser problems with sin x and friends. Make a new document,
> type Ctrl+m "\sin x" and save the document and then reopen to see the
> problem.
>
> - Fix toolbar in menu problem. To reproduce, insert a table and put the
> cursor there. Peter posted a patch to make the toolbars movable, but
> that did not help on my machine. Any other ideas?
Ah, now I could reproduce it, seems the pictures have a wrong parent.
> - Various crashes with multiple views. Possible interaction with the
> coord cache. Not easily reproducible.
>
> Things off the radar for now:
>
> - Cursor seems to work now in text, so André's rendering change can
> probably stay.
>
> - Encodings. UTF-8 is not supported for LaTeX output, but no known
> regressions from 1.4 as far as I know. I guess UTF-8 should be listed in
> the document encodings list, so people can choose it themselves. I guess
> this is not a show stopper anymore. UTF-8 support can come in 1.5.1, or
> 1.6.x if noone steps up to the plate.
>
> What is missing from these lists?
>
> Regards,
> Asger
>
>
--
Peter Kümmel