Open Bug 786587 Opened 12 years ago Updated 2 years ago

IAccessibleText::textAtOffset returns different results for IA2_TEXT_BOUNDARY_WORD

Categories

(Core :: Disability Access APIs, defect)

x86_64
Windows 7
defect

Tracking

()

UNCONFIRMED

People

(Reporter: Coolikov.Alex, Unassigned)

Details

Attachments

(1 file)

Attached file test_case.html
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1

Steps to reproduce:

1)Open the attached test page with the Firefox;
2)Open AccProbe;
3)Find the ".first.. second." paragraph in the AccProbe;
4)Try to get a word at positions 0-1 through IAccesibleText;
5)Try to get a word at position 2-7 through IAccesibleText;
6)Compare the results received in step 4 with the results received in step 5.



Actual results:

textAtOffset returns ".first.." word for 0 - 1 offsets;
textAtOffset returns "first.." word for 2 - 7 offsets;


Expected results:

textAtOffset should return the same results for all the offsets within the word
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: