Closed Bug 614528 Opened 14 years ago Closed 8 years ago

mochitest test extents functions for nsIAccessibleText

Categories

(Core :: Disability Access APIs, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: fherrera, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [auto-closed:inactivity])

Attachments

(1 file)

      No description provided.
Attached patch patch1Splinter Review
First try to test text extents.

Some problems:
- I didn't find a way to test width extents for elements with empty space on the right side, as element extents as given by getBoundingClientRect take all this space
- For character extents I'm checking only that they are inside element extents, because that's the only information I can get through DOM API
- In general, WINDOW_COORDS and PARENT_COORDS are broken: either how I'm getting them from DOM, either the a11y implementation (although I think orca and nvda only use SCREEN_COORDS)
- For text inside a table cell, text extents are slightly smaller than then cell extents and I'm not sure how should I test this.
AUTO-CLOSED. This bug untouched for over 2000 days. Please reopen if you can confirm the bug and help it progress.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [auto-closed:inactivity]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: