https://issues.apache.org/ooo/show_bug.cgi?id=123631
Bug ID: 123631
Issue Type: DEFECT
Summary: [ia2] Focus broken after exiting a context menu with
an item selected
Product: General
Version: 4.1.0-dev
Hardware: PC
OS: Windows, all
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: accessibility
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Str:
1. Start Calc.
2. Press the applications key or shift+f10 to open the context menu.
3. Press down arrow to select the first item.
4. Press escape to close the menu.
Expected: Ideally, a focus event should be fired on the now focused cell.
Alternatively, a menuPopupEnd event should be fired and the now focused cell
should report as focused; i.e. it should have the focused state and
IAccessible::accFocus should lead there.
Actual: No focus event is fired. A menuPopupEnd event is fired, but
IAccessible::accFocus on the root pane returns nothing. The focused cell does
not have the focused state.
This does not happen if you don't select an item before closing the context
menu; i.e. you press the applications key, then press escape. This suggests
that OpenOffice has some concept of accessibility focus which is set to the
selected menu item but isn't updated when the menu is closed.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.