WARNING This required me to kill Mathematica after it became completely unresponsive.
$Version is "14.1.0 for Microsoft Windows (64-bit) (July 16, 2024)" (also for 14.0, same machine)
I make a palette like so
palette = CreatePalette[Column[{Button["Click me", Print["Hello, World!"]]}]]; Then when I close the palette it prompts me about saving (which interestingly only happens if I move the palette from where it spawned, is that normal?). Now the usual windows explorer thing pops up and I can navigate. But if I don't save, and instead go to a different window or application, I have no way to get back to the save window, and mathematica, which is waiting for me to save the file, is unresponsive. the window has vanished.
I can't imagine why that would be desirable. Do others have this problem?
