GNOME Bugzilla – Bug 598124
The selection does not only change when the mousebutton is released
Last modified: 2009-10-26 23:21:17 UTC
Created attachment 145262 [details] Picture elaborating the issue Steps to reproduce: 1. Install gnome-terminal (2.26.3.1) and Glipper (0.20.5, also borschty@#gnome: 0.22.2) 2. Select text in gnome-terminal. For example, selecting text snippet: "this is example" 3. see Glipper history. In our example it would be something like this: " this is example this is examp this is ex this is this th t " Same problem with any other clipboard manager. System: Gentoo/AMD64 (borschty@#gnome: debian based system)
Makes sense.
Fixed in master. Please test.
Humm, I reverted the change. Need to fix bug 598090 before this can be done. ChPe, any idea? If right-button is pressed while left-button is still down, the right-button press is caught by g-t and hence vte has no idea it should copy to PRIMARY.
commit af5726e0c546f9a4914dd80c03e11e1aadc034f2 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Oct 26 19:19:16 2009 -0400 Finish selection rework Bug 598124 - The selection does not only change when the mousebutton is released Only update selection when mouse-button is released (or focus lost). Also, update PRIMARY when _select_all() is called.