On Wed, Mar 24, 2004 at 08:55:19AM +0100, Alfredo Braunstein wrote: > Andre Poenitz wrote: > > > On Mon, Mar 22, 2004 at 11:34:06AM +0100, Alfredo Braunstein wrote: > >> 2) row-driven cursor up and down get confused by it. > > > > This is sort of dead. We use mathed style up/down now, i.e. go to the > > closed position with a smaller y coordinate on 'up'. > > We should use you mean?
Aehm, intention was to remove row driven up down and the necessary infrastructure (i.e. a generalized version of the former math specific up/down) is already there. So LyXText::cursorUp() should not be 'fixed' anymore unless the fix is to call Cursor::goUpDown(). Andre'