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

            Bug ID: 166418
           Summary: Atspi.Table.get_accessible_at() returns a different
                    cell for the same coordinates
           Product: LibreOffice
           Version: 25.2.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Description:
The fact that Atspi.Table.get_accessible_at() returns a different cell for the
same coordinates interferes with some logic in Orca.

Steps to Reproduce:
1. Launch Calc
2. Launch Accerciser
3. Select the accessible object with role table in Accerciser
4. In Accerciser's iPython console, type the following:

table = acc.queryTable()
table.getAccessibleAt(0,0) == table.getAccessibleAt(0,0)

Actual Results:
False

Expected Results:
True


Reproducible: Always


User Profile Reset: No

Additional Info:
Orca makes decisions about what to present based on comparing objects. If
object1 and object2 are, for all intents and purposes the same accessible
object, an equality check should not fail. When it fails, Orca might
double-present / repeat information.

Version: 25.2.3.1 (X86_64)
Build ID: 520(Build:1)
CPU threads: 48; OS: Linux 6.14; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to