Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#219 closed defect (wontfix)

The text box in Notation window doesn' t accept keyboard input on Linux

Reported by: Kana Sugimoto Owned by: Kana Sugimoto
Priority: normal Milestone: ASAP 4.0
Component: General Version: 2.0
Severity: normal Keywords: plotter
Cc: Malte Marquarding

Description (last modified by Kana Sugimoto)

Notation window is loaded when 'notaion' mode is active in ASAP plotter and plotter canvas is clicked. It enables users add a note on the plotter using GUI. The text box in Notation window doesn't accept keyboard input on Linuxes which runs SCIM.

SCIM (Smart Common Input Method platform) is a platform which enables multi-language input and it seems to be distributed with various Linux distributions. Note SCIM may run if you install some of language support packages, even if your language setting is English.

Change History (3)

comment:1 Changed 14 years ago by Kana Sugimoto

Description: modified (diff)
Status: newassigned

comment:2 Changed 14 years ago by Kana Sugimoto

Cc: Malte Marquarding added
Description: modified (diff)
Resolution: wontfix
Status: assignedclosed

This problem is due to a known issue between Tk/Tcl? 8.4 and SCIM, i.e., Tk based widgets don't accept keyboard inputs when SCIM is running.
This issue can be resolved by setting environmental variable,
XMODIFIERS=@im=local

Reference webpages:

  • Bug report of the known issue

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304135[[BR]]

  • Python thread for the solution

http://www.mail-archive.com/python-list@python.org/msg42753.html

comment:3 Changed 13 years ago by Kana Sugimoto

Milestone: Unified developmentASAP 4.0
Note: See TracTickets for help on using tickets.