Akuli / porcupine

A decent editor written in tkinter
MIT License
160 stars 46 forks source link

pastebin plugin: "are you sure" dialog does not focus #1116

Open Akuli opened 2 years ago

Akuli commented 2 years ago

If I click "Pastebin" --> "dpaste.com", I get a dialog saying "Do you want to send ..." as expected. It shows up in front of the Porcupine window, but is not focused.

Adding .focus() helps, but we should also check what other dialogs have this problem.

Akuli commented 2 years ago

I also noticed that the dialog is resizable. It looks really dumb in full-screen, for example.