On Linux, I cannot use ctrl-V to paste text into a text widget
that I copied using ctrl-C or ctrl-X. It works fine on Win32.
Ctrl-C works. Ctrl-X works. Ctrl-V doesn't work.
This problem (on Linux) was there in 8.3.3 as well;
I upgraded to 8.4b2 ... problem still present.
For grins, here is the test script I used:
#! /usr/bin/wish -f
global GotSelection
set GotSelection 0
frame .fr -width 10c -height 5c ;#main window
wm title . "Simple Text Editor V 0"
pack .fr
#configure menubar on top
frame .menubar -relief raised -bd 2
pack .menubar -in .fr -fill x
frame .edf
#put a text widget with scroll bars
text .ed -width 80 -height 20 -bg grey \
-yscrollcommand ".ys set"
scrollbar .ys -command ".ed yview"
pack .ed .ys -in .edf -side left -fill y
pack .edf -in .fr -after .menubar -fill x
Joe English
18. [text]
obsolete: 8.4.0
Public
|
Date: 2003-10-06 22:15 Logged In: YES |
|
Date: 2003-10-06 20:59 Logged In: YES |
|
Date: 2003-10-03 01:53 Logged In: YES |
|
Date: 2002-11-03 13:47 Logged In: YES |
|
Date: 2002-09-06 23:19 Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| tk-text-paste.patch | Patch to library/text.tcl, doc/text.n | Download |
| tk-text-paste.patch | Updated patch to library/text.tcl, doc/text.n | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2003-10-06 22:15 | jenglish |
| close_date | - | 2003-10-06 22:15 | jenglish |
| resolution_id | None | 2003-10-06 22:15 | jenglish |
| File Added | 63615: tk-text-paste.patch | 2003-10-06 20:59 | jenglish |
| File Added | 63266: tk-text-paste.patch | 2003-10-03 01:53 | jenglish |
| assigned_to | hobbs | 2003-10-03 01:17 | jenglish |
| artifact_group_id | obsolete: 8.4b2 | 2002-09-21 12:28 | dthein |
| priority | 5 | 2002-09-06 23:19 | dthein |