https://bugs.freedesktop.org/show_bug.cgi?id=74242

          Priority: medium
            Bug ID: 74242
          Assignee: [email protected]
            Blocks: 36549
           Summary: Spell check dialog's Not in Dictionary text
                    inaccessible
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: 4.1.2.3 release
         Component: UI
           Product: LibreOffice

Created attachment 93074
  --> https://bugs.freedesktop.org/attachment.cgi?id=93074&action=edit
accessible-event listener

Steps to reproduce:

1. Create a Writer document with spelling errors
2. Load the attached accessible-event listener in a terminal
3. Press F7 to start spell checking
4. Arrow around in the text widget displaying the error ("Not in Dictionary")
5. Insert and delete text in the widget displaying the error

Expected results:
1. After step 3, the tree printed out would include an accessible object
implementing AtkText which displays the error.
2. When steps 4 and 5 are performed, accessible events would appear in the
terminal

Actual results: Neither of the above happen. In particular:

[snip]
                -> [label | Not in dictionary]
                -> [scroll pane | Not in dictionary]
                    -> [panel | ]
                    -> [scroll bar | Vertical scroll bar]
                -> [push button | Ignore Once]
[snip]

And there are no accessible text events for that widget.

Note: The latter (no accessible text events) likely follows from the former (no
accessible object). So were it me, I'd start debugging the first issue and see
if the second magically goes away when it is fixed. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to