[issue21521] Tkinter + OSX + Spaces : Multiple file dialogues created

2014-05-18 Thread rovf

New submission from rovf:

I'm running this on OSX 10.6 (SnowLeopard) with the OSX "Spaces" feature 
enabled (i.e. several virtual desktops).

This is my (complete) program:

from tkinter.filedialog import asksaveasfilename
pathname=asksaveasfilename(initialdir='.',title='gaga')

This has the following odd behaviours:

- The file dialogue opens, but when I switch to another space, the file 
dialogue is open there too, as a *separate* file dialogue. I.e., when I go back 
to the original space, select a file and exit the dialogue, my program 
continues running (for instance, when called from an interactive python shell, 
I get the prompt again), but on the other space, the dialogue is still open.

- I also noticed that the parameter initialdir='.' is NOT honoured, i.e. the 
file dialogue starts on the topmost directory.

BTW, the same behaviour is also in Python 2.6.

--
components: Tkinter
messages: 218736
nosy: rovf
priority: normal
severity: normal
status: open
title: Tkinter + OSX + Spaces : Multiple file dialogues created
type: behavior
versions: Python 3.4

___
Python tracker 
<http://bugs.python.org/issue21521>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21606] No visual feedback when entering japanese Characters in Entry widget

2014-05-29 Thread rovf

New submission from rovf:

When I enter Japanese text in a tkinter entry widget, I don't get any visual 
feedback while typing; in particular, I don't get the Kanji selection box of 
the Kotaeri input method, which makes it impossible to choose the correct Kanji 
(try, for example, to type the words 合う, 会う and 遭う in a tkinter entry field). 
The only possibility is to enter the text in, say, a text editor and then copy 
them to the tkinter entry widget.

The error is specific to Mac OSX (at least to version 10.6). It does not occur 
on Windows.

--
components: Tkinter
messages: 219347
nosy: rovf
priority: normal
severity: normal
status: open
title: No visual feedback when entering japanese Characters in Entry widget
type: behavior
versions: Python 3.4

___
Python tracker 
<http://bugs.python.org/issue21606>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com