Re: [Sugar-devel] [Chat] Enable palette over urls

2012-01-17 Thread Aleksey Lim
On Tue, Jan 17, 2012 at 03:39:07PM -0300, Gonzalo Odiard wrote: > Double click over a link is not a common usage. oops, sorry. I mean right click. > This was the previous behavior? > > Gonzalo > > > > > Though, found another minor issue: double click (immediate and the one > > after getting pri

Re: [Sugar-devel] [Chat] Enable palette over urls

2012-01-17 Thread Gonzalo Odiard
Double click over a link is not a common usage. This was the previous behavior? Gonzalo > > Though, found another minor issue: double click (immediate and the one > after getting primary palette) doesn't show secondary palette at once. > > -- > Aleksey > -- Gonzalo Odiard SugarLabs Argentina

Re: [Sugar-devel] [Chat] Enable palette over urls

2012-01-13 Thread Aleksey Lim
On Fri, Jan 13, 2012 at 05:00:20PM -0300, Gonzalo Odiard wrote: > Trying to reproduce the problem, I think the reason is different. > If I move the mouse to the first post, but without going over the second, > the palette does not popup. > I think the problem is the palette is displayed in the seco

Re: [Sugar-devel] [Chat] Enable palette over urls

2012-01-13 Thread Gonzalo Odiard
Trying to reproduce the problem, I think the reason is different. If I move the mouse to the first post, but without going over the second, the palette does not popup. I think the problem is the palette is displayed in the second post, but moving only a little the mouse drag the same palette to the

Re: [Sugar-devel] [Chat] Enable palette over urls

2012-01-13 Thread Aleksey Lim
On Thu, Jan 12, 2012 at 05:15:54PM -0300, godi...@sugarlabs.org wrote: > From: Gonzalo Odiard > > This patch solves the problems pointed by Aleksey in the last patch, > disable the standard menu in the textview, reorganize the event_after method > and stop the mouse_slow detector when the palette

[Sugar-devel] [Chat] Enable palette over urls

2012-01-12 Thread godiard
From: Gonzalo Odiard This patch solves the problems pointed by Aleksey in the last patch, disable the standard menu in the textview, reorganize the event_after method and stop the mouse_slow detector when the palette popup. Signed-by: Gonzalo Odiard --- chat/box.py | 26 +++--