https://issues.apache.org/ooo/show_bug.cgi?id=123621
Bug ID: 123621
Issue Type: DEFECT
Summary: [ia2] IAccessibleHypertext::hyperlinkIndex returns 0
when editing a cell where there is no link
Product: Calc
Version: 4.1.0-dev
Hardware: PC
OS: Windows, all
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ui
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Str:
1. Open Calc.
2. Press f2 to edit the current cell.
3. Get the accessible for the focus.
4. Call IAccessibleHypertext::hyperlinkIndex with offset 0.
Expected: 0 is returned.
Actual: -1 should be returned, since there is no link.
5. Type the letter "t".
6. Call IAccessibleHypertext::hyperlinkIndex with offset 0.
Expected: 0 is returned.
Actual: -1 should be returned, since there is no link.
--
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.