Closed Bug 871859 Opened 11 years ago Closed 11 years ago

[AccessFu] Fix coordinate translation when getting bounds to display

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: eeejay, Unassigned)

Details

Attachments

(1 obsolete file)

We are not translating with the correct browser offset when retrieving and displaying an accessible bounds. Currently we are doing this:

1. In content script, subtract top document screen offset from accessible bounds.
2. In chrome script, add browser offset to bounds.

#1 should be about subtracting content document screen offsets. This bug is seen after applying the patch from bug 857946, because it uses the correct message manager to send the message, and thus the browser offset is greater than 0 in the desktop browser.
Attachment #749093 - Attachment is obsolete: true
Attachment #749093 - Flags: review?(yura.zenevich)
I'm closing this, because this was a symptom of a larger issue. I'll re-file a new bug soon.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Blocks: 872355
No longer blocks: 872355
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: