Closed
Bug 1840298
Opened 1 year ago
Closed 1 year ago
[CTW] Unify ScrollToPoint
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
Details
(Whiteboard: [ctw-postship])
Attachments
(1 file)
PDocAccessible::ScrollToPoint is currently only supported on non-Windows. As far as I can tell, there's no reason for this. We can:
- Remove the ifdefs for PDocAccessible::ScrollToPoint (after bug 1831035).
- Move ScrollToPoint to the Accessible base class.
- Make existing callers use Accessible::ScrollToPoint.
- Update ia2Accessible::scrollToPoint such that it is no longer local only.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → jteh
Status: NEW → ASSIGNED
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b504e681c8a
Unify ScrollToPoint for local and remote Accessibles, thus enabling support for RemoteAccessible on Windows. r=eeejay
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•