Closed
Bug 135481
Opened 23 years ago
Closed 23 years ago
Active Accessibility: need method to scroll screen to specified MSAA node
Categories
(SeaMonkey :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access, topembed+, Whiteboard: [adt3] requested by largest assistive tech vendor)
Attachments
(1 file)
5.25 KB,
patch
|
mozilla
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
One of the screen reader vendors has requested this feature. We need to take a
look at what's involved.
Essentially, the want to take an IAccessible, and call some method on it, to
have Gecko scroll the screen to that location.
We might be able to use selection to do this.
Assignee | ||
Updated•23 years ago
|
Keywords: access
Whiteboard: [adt3] requested by largest assistive tech vendor
Assignee | ||
Comment 1•23 years ago
|
||
Since no one's using ISimpleDOMNode yet, I wish to change it to add this
method.
Our other COM accessibility interface IAccessible is defined by Microsoft and
has no method to do this.
I've added the method ISimpleDOMNode::scrollTo(boolean scrollTopLeft) and
changed the GUID of ISimpleDOMNode to make sure no one gets messed up if they
are using the old ISimpleDOMNode.
If the boolean scrollTopLeft is true, the item is always moved to the top left
corner of the screen.
If the boolean scrollTopLeft is false, the view is scrolled minimally or not at
all, in order to display the item.
Assignee | ||
Updated•23 years ago
|
Comment 2•23 years ago
|
||
topembed+ as it is required by Freedom Sci for JAWS compatibility with Gecko
Comment 3•23 years ago
|
||
Comment on attachment 81614 [details] [diff] [review]
Adds scrollTo(boolean scrollTopLeft) method to ISimpleDOMNode
r=jgaunt
Attachment #81614 -
Flags: review+
Comment 4•23 years ago
|
||
Comment on attachment 81614 [details] [diff] [review]
Adds scrollTo(boolean scrollTopLeft) method to ISimpleDOMNode
sr=jst
Attachment #81614 -
Flags: superreview+
Assignee | ||
Comment 5•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•