From f9ec7229ea213937190494ab2d9f1c770df5dbd1 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Thu, 29 Feb 2024 13:34:53 +0000 Subject: [PATCH] Update tests-checklist-jaime.md --- doc/releases/0.79.0/tests-checklist-jaime.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/releases/0.79.0/tests-checklist-jaime.md b/doc/releases/0.79.0/tests-checklist-jaime.md index a0c0c46a31..a84cdb923c 100644 --- a/doc/releases/0.79.0/tests-checklist-jaime.md +++ b/doc/releases/0.79.0/tests-checklist-jaime.md @@ -204,20 +204,20 @@ Mouse Jump: ## Paste As Plain Text * Copy some rich text (e.g word of the text is different color, another work is bold, underlined, etd.). Then: - - [ ] Paste the text using standard Windows Ctrl + V shortcut and ensure that rich text is pasted (with all colors, formatting, etc.) - - [ ] Paste the text using Paste As Plain Text activation shortcut and ensure that plain text without any formatting is pasted. - - [ ] Paste again the text using standard Windows Ctrl + V shortcut and ensure the text is now pasted plain without formatting as well. - - [ ] Change the activation shorctut and ensure that Paste As Plain Text is triggered using new shortcut. - - [ ] Disable the module and ensure that text is not being pasted using activation shortcut. + - [x] Paste the text using standard Windows Ctrl + V shortcut and ensure that rich text is pasted (with all colors, formatting, etc.) + - [x] Paste the text using Paste As Plain Text activation shortcut and ensure that plain text without any formatting is pasted. + - [x] Paste again the text using standard Windows Ctrl + V shortcut and ensure the text is now pasted plain without formatting as well. + - [x] Change the activation shorctut and ensure that Paste As Plain Text is triggered using new shortcut. + - [x] Disable the module and ensure that text is not being pasted using activation shortcut. ## Crop And Lock * Thumbnail mode - - [ ] Test with win32 app - - [ ] Test with packaged app + - [x] Test with win32 app + - [x] Test with packaged app * Reparent mode (there are known issues where reparent mode doesn't work for some apps) - - [ ] Test with win32 app - - [ ] Test with packaged app + - [x] Test with win32 app + - [x] Test with packaged app ## Environment Variables * NOTE: Make backup of USER and SYSTEM Path and TMP variables before testing so you can revert those is something goes wrong!