I found strange behavior of the gtk.TextView, and I can not decide that is a 
bug or not.

At First, I selected the text on the gtk.Textiew.
After that, I double-clicked on the gtk.Entry to select the words on it.
Then, text selection(highlited) of the gtk.TextView was removed....

I found that behavior in my original text editor, but it reproduces even other 
application such as Bluefish Editor.

For instance, on Bluefish Editor,
(1) Select text on the edit view.
(2) Open the "Replace" dialog, and input the words for searching and select 
that words with double-click.
Then selection will be removed, and I must reselect text region to substitute,

On the debugger, gtk.TextView received 'mark-set' signal when gtk.Entry was 
double-clicked.
But I can not understand the reason.


OS: Linux(ArchLinux)
Python: 2.5.2-2
PyGTK: 2.12.1-1
GTK: 2.12.7-1

regards
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to