[Libreoffice-bugs] [Bug 118748] New: Accessibility events missing when Calc cells become unselected due to navigating to focused cell
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 13 16:16:14 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118748
Bug ID: 118748
Summary: Accessibility events missing when Calc cells become
unselected due to navigating to focused cell
Product: LibreOffice
Version: 6.0.5.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: jdiggs at igalia.com
Description:
Because Calc doesn't notify Orca when all the cells become unselected, Orca
cannot notify the user.
Steps to Reproduce:
Test case 1:
1. Launch the attached pyatspi accessible-event listener in a terminal
2. Launch Calc and give focus to the spreadsheet table
3. With A1 focused, press Shift + Right to select B1 and again to press C1
4. Press Home clearing the selection. Focus will be in A1.
Test case 2:
1. Launch the attached pyatspi accessible-event listener in a terminal
2. Launch Calc and give focus to the spreadsheet table
3. With C1 focused, press Shift + Left to select B1 and again to press A1
4. Press End clearing the selection. Focus will be in C1.
Actual Results:
After step 3 the listener prints out the object:selection-changed event
received.
After step 4 the listener fails to print out an object:selection-changed event.
Expected Results:
After step 3 and step 4, the listener would print out an
object:selection-changed event because the selection changed in each of those
steps.
Reproducible: Always
User Profile Reset: No
Additional Info:
The expected events are seen in both steps 3 and 4 if you modify the steps to
reproduce as described below.
Test case 1:
4. Press End (rather than Home) clearing the selection. Focus will move from A1
to C1.
Test case 2:
4. Press Home (rather than End) clearing the selection. Focus will move from C1
to A1.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180713/d212cce8/attachment.html>
More information about the Libreoffice-bugs
mailing list