sw/qa/extras/accessibility/dialogs.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit fc893169d37ae78d34b6a127bc920bc5b887711a
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed Apr 12 17:03:57 2023 +0300
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Apr 13 06:54:26 2023 +0200

    tdf#153806 sw a11y test: Drop obsolete workaround
    
    This is no longer needed with
    
        commit d1f5b3c5cb226fd5f58fe2cdc8be9d1330fad6a2
        Date:   Sat Apr 1 23:35:50 2023 +0300
    
            tdf#153806 a11y: Improve keyboard interaction in special char dialog
    
    in place. The insert action is available right away now.
    
    Change-Id: Id47f306ba17ed428a4bfc978177e367991509eb8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150289
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/sw/qa/extras/accessibility/dialogs.cxx 
b/sw/qa/extras/accessibility/dialogs.cxx
index 6faab49128cd..7fd23ae2247d 100644
--- a/sw/qa/extras/accessibility/dialogs.cxx
+++ b/sw/qa/extras/accessibility/dialogs.cxx
@@ -38,13 +38,6 @@ CPPUNIT_TEST_FIXTURE(test::SwAccessibleTestBase, 
BasicTestSpecialCharactersDialo
 
         CPPUNIT_ASSERT(dialog.tabTo(accessibility::AccessibleRole::TABLE_CELL, 
u"©"));
 
-        /* here there is a bug that the "insert" action is not working right 
away, even though we
-         * have the right character selected.  Move around the table to 
actually trigger the
-         * selection logic.
-         * See https://bugs.documentfoundation.org/show_bug.cgi?id=153806 */
-        dialog.postKeyEventAsync(0, awt::Key::RIGHT);
-        dialog.postKeyEventAsync(0, awt::Key::LEFT);
-
         /* there was a focus issue in this dialog: the table holding the 
characters always had the
          * selected element as focused, even when tabbing outside.
          * Fixed with https://gerrit.libreoffice.org/c/core/+/147660.

Reply via email to