New submission from Sam Yeager:
Using the following code, the root window will not close properly when the
close icon is clicked:
from tkinter import *
rootWin = Tk()
l = Label(rootWin, text="foo")
l.pack()
Similar issue occurs with Tk.grid().
OS: Mac OS X 10.10.5
Python IDE:
Changes by Sam Yeager :
Removed file: http://bugs.python.org/file41942/Screen Shot 2016-02-17 at
10.00.21 AM.png
___
Python tracker
<http://bugs.python.org/issue26
New submission from Sam Yeager:
Using the following code, the messagebox will not close, leaving it on top of
all other open windows:
from tkinter import *
rootWin = Tk()
messagebox.showinfo("Title", "foo")
If the root window contains a widget (Label, Entry, Button, et
Sam Yeager added the comment:
I've reverted to ActiveTcl 8.5.18. Issue persists.
Uploading screenshots before and after attempting to close root window.
--
Added file: http://bugs.python.org/file41972/1 Before closing root window.png
___
P
Changes by Sam Yeager :
Added file: http://bugs.python.org/file41973/2 After closing root window.png
___
Python tracker
<http://bugs.python.org/issue26376>
___
___
Pytho
Changes by Sam Yeager :
Added file: http://bugs.python.org/file41975/2 After closing window and box.png
___
Python tracker
<http://bugs.python.org/issue26377>
___
___
Changes by Sam Yeager :
Added file: http://bugs.python.org/file41974/1 Before closing window and box.png
___
Python tracker
<http://bugs.python.org/issue26377>
___
___
Changes by Sam Yeager :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26377>
___
___
Python-bugs-list mailing list
Unsubscrib
Sam Yeager added the comment:
Ran script on Terminal. The issue disappears, and everything works normally.
Running through IDLE, the issue returns. Sorry, Terry.
--
___
Python tracker
<http://bugs.python.org/issue26
Sam Yeager added the comment:
Updated script with the adding 'parent-Rootwin' to messagebox() arguments. The
issue persists.
Following advice in #26376:
Ran script on Terminal. The issue disappears, and everything works normally.
Running through IDLE, the iss
Sam Yeager added the comment:
It's almost certainly only found on OSX. I'm currently taking a Python class of
approximately 150 students, and at least two of us independently found this
issue on our respective Macs.
IDLE and Python are the same version (v3.4.4). The info window l
Sam Yeager added the comment:
This occurs even when the window is large and/or packed with multiple elements.
--
___
Python tracker
<http://bugs.python.org/issue26
12 matches
Mail list logo