tabfloater icon indicating copy to clipboard operation
tabfloater copied to clipboard

Double quotes at the start of the window title cause error (top-most feature doesn't activate)

Open kostasvl opened this issue 2 years ago • 0 comments

Description

Example video that demostrates this issue: https://www.youtube.com/watch?app=desktop&v=SxdOUGdseq4. Window title: "Simple Made Easy" - Rich Hickey (2011) - Youtube

Log: arguments: C:\\Program\ Files\\TabFloater\ Companion\ 1.0.0\\./bin/tabfloater-companion.exe chrome-extension://iojgbjjdoanmhcmmihbapiejfbbadhjd/ --parent-window=0 Current dir: C:\Program Files\TabFloater Companion 1.0.0\bin File verbosity level: 9 date time ( uptime ) [ thread name/id ] file:line v| 2023-02-25 11:24:38.767 ( 0.004s) [main thread ] loguru.cpp:790 INFO| Logging to 'C:\Users\kosta\AppData\Roaming\TabFloater Companion\tabfloater-companion.log', mode: 'a', verbosity: 9 2023-02-25 11:24:38.767 ( 0.004s) [main thread ]tabfloater_companion.cp:60 INFO| TabFloater Companion started. Version: 1.2.2, OS: Windows, Git commit: c44eef38bdeb7a814b13985c37a131a8e0b8c91c 2023-02-25 11:24:38.768 ( 0.004s) [main thread ]tabfloater_companion.cp:221 INFO| Input JSON: "{"action":"setAlwaysOnTop","windowTitle":"\"Simple Made Easy\" - Rich Hickey (2011) - YouTube","parentWindowTitle":".NET MAUI comes to .NET 7 RC 1 - YouTube","debug":"true"}" 2023-02-25 11:24:38.768 ( 0.004s) [main thread ]tabfloater_companion.cp:222 INFO| Action: "setAlwaysOnTop" 2023-02-25 11:24:38.768 ( 0.005s) [main thread ]tabfloater_companion.cp:231 INFO| Window title: "\" 2023-02-25 11:24:38.778 ( 0.014s) [main thread ]tabfloater_companion.cp:250 ERR| An error occurred while manipulating window: Unable to find window with title prefix "\" 2023-02-25 11:24:38.778 ( 0.014s) [main thread ]tabfloater_companion.cp:148 INFO| Sending JSON: "{"status":"error"}", length: 18 2023-02-25 11:24:38.792 ( 0.029s) [main thread ] loguru.cpp:490 INFO| atexit

Environment

  • TabFloater version: 1.2.2 (Windows)

kostasvl avatar Feb 25 '23 11:02 kostasvl