|
2004-11-13
| ||
| 06:07 | • Ticket [1020001fff] Ignorance of dead keys status still Closed with 4 other changes artifact: fa317f2f3a user: nobody | |
|
2004-11-11
| ||
| 23:16 | • Closed ticket [1020001fff]. artifact: 82864af420 user: hobbs | |
| 18:45 | • Ticket [1020001fff]: 4 changes artifact: 7fc41bb86f user: rmax | |
|
2004-09-10
| ||
| 13:43 | • Ticket [1020001fff]: 6 changes artifact: db54fb28f9 user: hobbs | |
|
2004-09-01
| ||
| 05:09 | • Ticket [1020001fff]: 6 changes artifact: 91c2e64993 user: dgp | |
|
2004-08-31
| ||
| 20:57 | • New ticket [1020001fff]. artifact: c5275708cb user: nobody | |
| Ticket UUID: | 1020001 | |||
| Title: | Ignorance of dead keys | |||
| Type: | Bug | Version: | obsolete: 8.5a2 | |
| Submitter: | nobody | Created on: | 2004-08-31 20:57:22 | |
| Subsystem: | 70. Event Loop | Assigned To: | rmax | |
| Priority: | 6 | Severity: | ||
| Status: | Closed | Last Modified: | 2004-11-13 06:07:55 | |
| Resolution: | Fixed | Closed By: | hobbs | |
| Closed on: | 2004-11-11 16:16:46 | |||
| Description: |
Hi, As I post to news, I have problem with ignorance dead keys in input to entry, text vidget etc. There is sample code. #!/usr/bin/wish -f entry .oute label .nadpis -text "Label text : " grid .nadpis -row 0 -column 0 grid .oute -row 0 -column 1 When entry alone (comment out "grid .nadpis -row 0 -column 0"), thinks work normally. When add label to geometry, then i can type for example zcaron () as signe keyboard press, its ok. But when I type caron (as dead key) and then "z" i got only z and no z acaron. My locale settings: LANG=cs_CZ LC_ALL=cs_CZ LC_CTYPE=cs I test it with XFree86 Version 4.2.1.1 and XFree86 Version 3.3.6a - no differneces. On same machine, all other nonTk apps working ok Previous Tk from CVS (i use from Sat, 19 Jun 2004) working ok Tk8.1-8.4 working ok Michal | |||
| User Comments: |
nobody added on 2004-11-13 06:07:55:
Logged In: NO Wonderfull! tk from 2004-11-12 workin fine. Thanks Michal rmax added on 2004-11-11 18:45:15: Logged In: YES user_id=124643 Jeff, you committed the fix for #905830 on 2004-07-20, so that can't have been the reason for the problem described here. But probably the fix I just committed for #905830 and #1000051 fixes this issues as well. Unfortunately the report is anonymous, so we can't ask the reporter to check if it works for him now. hobbs added on 2004-09-10 13:43:46: Logged In: YES user_id=72656 This seems related to the recent changes on input methods. Any ideas Reinhard? dgp added on 2004-09-01 05:09:52: Logged In: YES user_id=80530 This looks more like an input methods problem than anything to do with the message catalogs. | |||