https://bugs.documentfoundation.org/show_bug.cgi?id=93430

            Bug ID: 93430
           Summary: Cannot get accessible text attributes for 'Not in
                    dictionary' entry
           Product: LibreOffice
           Version: unspecified
          Hardware: Other
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: UI
          Assignee: [email protected]
          Reporter: [email protected]
            Blocks: 36549

Steps to reproduce:

1. Launch Writer and type 'Hello worrld' in a new document

2. Start spellcheck

3. Launch Accerciser

4. In Accerciser's tree on the left, select the document paragraph with the
error, then in Accerciser's iPython console execute:

   acc.queryText().getAttributeRun(0)

5. In Accerciser's tree on the left, select the 'Not in dictionary' text entry,
then in Accerciser's iPython console execute:

   acc.queryText().getAttributeRun(0)

Expected results: Both step 4 and 5 would result in a listing of text
attributes.

Actual results: Step 4 results in a listing of text attributes, but no text
attributes are listed after performing step 5 (see below).

Impact: One of the things Orca should present is the word that is misspelled
(in this case "worrld"). Sighted users can identify the error because it is
indicated in bold, red text. Orca could perform the same task by looking at the
text attributes -- if they were exposed via ATK/AT-SPI2. They're not.

--------

Sample output after step 4:

[['text-decoration:none',
  'variant:normal',
  'strikethrough:none',
  'invisible:false',
  'language:en-us',
  'fg-color:0,0,0',

  ...

  'weight:400',
  'style:normal',
  'mm-to-pixel-ratio:0.263158'],
 0,
 6]

--------

Sample output after step 5:

[[], 0, 0]

-- 
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