Skip to content

Enter key doesn't work when i open a new Tkinter window, but Enter key does work when i close the Tkinter window #957

@thevibingcat

Description

@thevibingcat

I decide to open a new tkinter window, but when i opened it and i tried to hit enter to input new commands to create a canvas in the new window, the enter key would not function unless i closed the window. e.g.:

>>> from tkinter import *
>>> tk = Tk()
>>> mainloop()

[this opens a new window titled "tk", but i cant hit enter to enter some more commands]

Ubuntu 20.04.1, and the IDLE i mentioned is python 3.8 and bpython 0.18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions