Fix Auto-Type Empty Window Behavior

* Fixes #9282
* Also improve documentation for window title matching behavior
This commit is contained in:
Jonathan White
2025-11-02 09:40:10 -05:00
parent 6130a64be5
commit ebf0676661
4 changed files with 38 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ private slots:
void testAutoTypeResults_data();
void testAutoTypeSyntaxChecks();
void testAutoTypeEffectiveSequences();
void testAutoTypeEmptyWindowAssociation();
private:
AutoTypePlatformInterface* m_platform;
@@ -64,6 +65,7 @@ private:
Entry* m_entry3;
Entry* m_entry4;
Entry* m_entry5;
Entry* m_entry6;
};
#endif // KEEPASSX_TESTAUTOTYPE_H