Created attachment 123170 [details] warning dialog with special character SUMMARY STEPS TO REPRODUCE 1. Open some tabs 2. right click over one of them - click "close others" OBSERVED RESULT The dialog shows the "\n" character EXPECTED RESULT Not show the "\n" character SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: KDE Neon (available in About System) KDE Plasma Version: 5.16.5 KDE Frameworks Version: 5.62.0 Qt Version: 5.13.1 ADDITIONAL INFORMATION
Interesting. The dialog is a simple QMessageBox, but when I write a testcase, I never see the '\n' text; only a new line is started. I also use Qt 5.13.1.
I cannot reproduce the issue, is this fixed?
Created attachment 132198 [details] Special character in alert (In reply to puneethchanda from comment #2) > I cannot reproduce the issue, is this fixed? I can reproduce this issue like so: 1) Make sure "Ask when closing multiple tabs" is selected in Falkon's settings 2) Open a new window 3) Create several tabs 4) Close the window 5) A warning will pop up like the one in my attachment