Re: Mouse Selection Bug Again

2007-08-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Here's what I think is happening. Selecting some text in one konsole > app is clearing the selected text in the other, so a SelectionClear > event is being triggered. Presumably, this is going to ALL aware > applications, and that would include the konsole

Re: Mouse Selection Bug Again

2007-08-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: This depends. Selecting in Firefox clears the selection in Konsole, but not vice versa. Firefox has obviously chosen to ignore the SelectionClear event, and I'd propose we should do the same. Why should selecting in Firefox

Re: Mouse Selection Bug Again

2007-08-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > This depends. Selecting in Firefox clears the selection in Konsole, > but not vice versa. Firefox has obviously chosen to ignore the > SelectionClear event, and I'd propose we should do the same. Why > should selecting in Firefox clear my carefully made s

Re: Mouse Selection Bug Again

2007-08-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: I've just locally disabled any reaction to SelectionClear events in GuiApplication::x11EventFilter(). I don't see any ill effects, and it obviously makes the bug go away. Do we want X clearing the selection for us, anyway?

Re: Mouse Selection Bug Again

2007-08-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > I've just locally disabled any reaction to SelectionClear events in > GuiApplication::x11EventFilter(). I don't see any ill effects, and it > obviously makes the bug go away. Do we want X clearing the selection > for us, anyway? Who's the X expert around

Re: Mouse Selection Bug Again

2007-08-13 Thread Richard Heck
I've just locally disabled any reaction to SelectionClear events in GuiApplication::x11EventFilter(). I don't see any ill effects, and it obviously makes the bug go away. Do we want X clearing the selection for us, anyway? Who's the X expert around here? Here's the patch for reference: Index

Re: Mouse Selection Bug Again

2007-08-11 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: Does it make any sense that selecting with the RIGHT mouse button seems OK? Not to me. If you put all debug on, do you see something interesting when the selection disappears? No, just a slew of "X requested select

Re: Mouse Selection Bug Again

2007-08-11 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Does it make any sense that selecting with the RIGHT mouse button seems OK? Not to me. If you put all debug on, do you see something interesting when the selection disappears? JMarc

Re: Mouse Selection Bug Again

2007-08-10 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: Well, I don't understand what's going on here really, but I do know roughly why the selection is occasionally being cleared (and I am seeing this with 1.6svn as well as with 1.5.2svn): Movement of the mouse is occasionally

Re: Mouse Selection Bug Again

2007-08-10 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Well, I don't understand what's going on here really, but I do know > roughly why the selection is occasionally being cleared (and I am > seeing this with 1.6svn as well as with 1.5.2svn): Movement of the > mouse is occasionally causing a SelectionClear e

Mouse Selection Bug Again

2007-08-09 Thread Richard Heck
Well, I don't understand what's going on here really, but I do know roughly why the selection is occasionally being cleared (and I am seeing this with 1.6svn as well as with 1.5.2svn): Movement of the mouse is occasionally causing a SelectionClear even to be passed into GuiApplication::x11Eve