On Wed, Jul 11, 2001 at 07:19:31PM +0200, Andre Poenitz wrote:
> 
> script/mathop seperation. new base class "MathUpDownInset" for both.

Here is a new buglist:

Array/eqnarray

*- Mutation from inline formula to eqnarray generates a numbered eqnarray

*- After pressing S-ctrl-M in an eqnarray, the cursor is in invalid position

*- The align env. is not read correctly: all contents is lost.

Macros:

*- When changing the macro definition, all instances are not updated.

*- If I have macros \newcommand{\foo}[1]{[#1]} and \newcommand{\foox}{\foo{x}}
   then when an instance of \foox is drawn on screen, there are two black frames.
   While this is "correct", it is annoying.

*- LyX crashes when you define a recursive macro

- When doing a selection with the mouse, a macro instance is opened.
  The correct behavior is to not open the instance.

- When creating a new macro instance (with one or more arguments),
  typing a letter in the first argument, and typing backspace, the macro is
  closed.

- Create a macro \foo with one argument: \newcommand{\foo}[1]{[#1]} 
  Now type 2^\foo{x} and close the macro instance.
  The inset frame will be too high:
+------+
|      |
|      |
|  [x] |
| 2    |
+------+


Misc:

*- 'ctrl-m x <escape> <left> shift+<left> x' crashes lyx.

*- After insertion of \sum, the cursor is in invalid location

*- The height of the frame is often wrong (e.g. x^2)

*- InsetFormula::validate is broken

*- Suppose I have x\sum and the cursor is after the x.
   When pressing ^, the cursor will go into the superscript of the \sum 

*- Pressing backspace inside \sqrt{a} (when the cursor is after the a) will exit 
   from the root

*- Pressing backspace while in math text mode exits math text mode.

*- Changing math space length by pressing the space-bar key doesn't work

*- After inserting delimiters ,e.g. M-m (, the cursor is to the right of the
   delimiters, and not between them.

- The drawing of decorations on screen is very different than latex.
   (a low priority bug).

- In lyx1.1.6, when I type x^2 <backspace> then the 2 is erased, but the
cursor remains in superscript mode, namely there is an empty superscript box.
In CVS, when pressing backspace, the cursor returns to normal level, namely
the superscript box is erased.

- If I change '\alpha' to bold, the result is \mathbf{a}

- Just moving the cursor in a math inset causes changing the buffer status
to (changed).

Reply via email to