Updates:
        Summary: Dialog boxes don't properly close with Python on Linux
        Status: Accepted
        Owner: pekka.klarck
        Labels: Target-2.8 OS-Linux

Comment #1 on issue 1466 by pekka.klarck: Dialog boxes don't properly close with Python on Linux
http://code.google.com/p/robotframework/issues/detail?id=1466

I was able to reproduce the behavior using Python on Linux but not on Windows not using Jython. It seems that on Linux calling Tkinter.Toplevel.destroy doesn't destroy the parent. I was able to get it fixed by keeping a reference to the parent and destroying it explicitly.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to