Re: missing screen update

2011-03-15 Thread Edwin Leuven
On Tue, Mar 15, 2011 at 19:04, Enrico Forestieri wrote: > However, it is not. I was not experiencing the problem reported by > Edwin but I experience another problem after r37929. this: http://www.lyx.org/trac/changeset/37938 should fix it... ed.

Re: missing screen update

2011-03-15 Thread Enrico Forestieri
On Tue, Mar 15, 2011 at 10:31:50AM +0100, Abdelrazak Younes wrote: > On 03/14/2011 11:28 PM, Richard Heck wrote: > >On 03/14/2011 06:24 PM, Edwin Leuven wrote: > >>atm the cursor wanders off the screen when navigating large tables > >>(larger than the screen) using the arrows > >> > >>the attached

Re: missing screen update

2011-03-15 Thread Abdelrazak Younes
On 03/14/2011 11:28 PM, Richard Heck wrote: On 03/14/2011 06:24 PM, Edwin Leuven wrote: atm the cursor wanders off the screen when navigating large tables (larger than the screen) using the arrows the attached patch fixes it for me perhaps someone in the know can double check? Looks right to

Re: missing screen update

2011-03-14 Thread Richard Heck
On 03/14/2011 06:24 PM, Edwin Leuven wrote: atm the cursor wanders off the screen when navigating large tables (larger than the screen) using the arrows the attached patch fixes it for me perhaps someone in the know can double check? Looks right to me, but Abdel would know better. rh

missing screen update

2011-03-14 Thread Edwin Leuven
atm the cursor wanders off the screen when navigating large tables (larger than the screen) using the arrows the attached patch fixes it for me perhaps someone in the know can double check? thanks, ed. x.patch Description: Binary data

Re: #6871: Missing screen update can cause assertion after lyxserver communication

2010-11-02 Thread Abdelrazak Younes
On 11/02/2010 12:31 PM, LyX Ticket Tracker wrote: Comment(by sanda): >But you will still have a latent bug here. so this 'fix' is still not fixing the root cause, right? Right.

Re: [PATCH] Missing screen update after leaving a note/branch inset

2007-08-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: - you move the method to one of the Text?.cpp file (I am not sure which one) I'm not sure I understand this request. Here's the patch, for reference: What about putting it to InsetText.cpp? Yes, it ca

Re: [PATCH] Missing screen update after leaving a note/branch inset

2007-08-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: >> - you move the method to one of the Text?.cpp file (I am not sure >> which one) >> > I'm not sure I understand this request. Here's the patch, for reference: This proposal was obviously bogus :( What about putting it to InsetText.cpp? JMarc

Re: [PATCH] Missing screen update after leaving a note/branch inset

2007-08-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: Attached is a simple patch Mael wrote based on a suggestion of mine for dealing with this bug. It seems to do the trick. We looked at it with Martin, and the conclusion is: this is not very nice but the wide() code is

Re: [PATCH] Missing screen update after leaving a note/branch inset

2007-08-12 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Attached is a simple patch Mael wrote based on a suggestion of mine > for dealing with this bug. It seems to do the trick. We looked at it with Martin, and the conclusion is: this is not very nice but the wide() code is not nice either. I do not see a be

[PATCH] Missing screen update after leaving a note/branch inset

2007-08-12 Thread Richard Heck
Attached is a simple patch Mael wrote based on a suggestion of mine for dealing with this bug. It seems to do the trick. Comments appreciated. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://fre

Re: Missing screen update after leaving a note/branch inset

2007-08-12 Thread Mael Hilléreau
Selon Richard Heck <[EMAIL PROTECTED]>: > > If I follow you (not completely sure), what you propose is in the attached > > patch. That works for me. What do you think about it? > > > I'm not expert with this code, but I think that updateFlags will > overwrite whatever was previously there. Surely

Re: Missing screen update after leaving a note/branch inset

2007-08-12 Thread Richard Heck
Mael Hilléreau wrote: Selon Richard Heck <[EMAIL PROTECTED]>: Can anyone confirm the bug on other platforms? Yes, I see this on Linux, too. I think the solution is to override notifyCursorLeaves() in InsetText, and then require an update on wide(). If I follow you (not comple

Re: Missing screen update after leaving a note/branch inset

2007-08-11 Thread Mael Hilléreau
Selon Richard Heck <[EMAIL PROTECTED]>: > > Can anyone confirm the bug on other platforms? > > > Yes, I see this on Linux, too. I think the solution is to override > notifyCursorLeaves() in InsetText, and then require an update on wide(). If I follow you (not completely sure), what you propose is

Re: Missing screen update after leaving a note/branch inset

2007-08-11 Thread Richard Heck
Mael Hilléreau wrote: Selon Bennett Helm <[EMAIL PROTECTED]>: On Aug 10, 2007, at 2:08 PM, Mael Hilléreau wrote: I'm on Intel Mac OS X.4.10. 1. Open the attached file. 2. Go inside the first note. The inset expands to the available width. 3. Press the up/down keys. The inset area isn

Re: Missing screen update after leaving a note/branch inset

2007-08-11 Thread Mael Hilléreau
Selon Bennett Helm <[EMAIL PROTECTED]>: > On Aug 10, 2007, at 2:08 PM, Mael Hilléreau wrote: > > > I'm on Intel Mac OS X.4.10. > > > > 1. Open the attached file. > > 2. Go inside the first note. The inset expands to the available width. > > 3. Press the up/down keys. The inset area isn't updated.

Re: Missing screen update after leaving a note/branch inset

2007-08-10 Thread Bennett Helm
On Aug 10, 2007, at 2:08 PM, Mael Hilléreau wrote: I'm on Intel Mac OS X.4.10. 1. Open the attached file. 2. Go inside the first note. The inset expands to the available width. 3. Press the up/down keys. The inset area isn't updated. However, it is updated when you leave the inset for another

Missing screen update after leaving a note/branch inset

2007-08-10 Thread Mael Hilléreau
I'm on Intel Mac OS X.4.10. 1. Open the attached file. 2. Go inside the first note. The inset expands to the available width. 3. Press the up/down keys. The inset area isn't updated. However, it is updated when you leave the inset for another note inset (you can test with the two other notes), or