Closed
Bug 1213382
Opened 10 years ago
Closed 10 years ago
proxy more accessible selection methods
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: tbsaunde, Assigned: smaug)
Details
Attachments
(2 files)
|
9.43 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
|
9.72 KB,
patch
|
Details | Diff | Splinter Review |
the windows AccessibleWrap::accSelect needs the following methods which aren't currently proxied:
TakeSelection()
SetSelected()
ExtendSelection()
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bugs
| Assignee | ||
Comment 1•10 years ago
|
||
ExtendSelection doesn't seem to do anything, ever.
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8672777 -
Flags: review?(tbsaunde+mozbugs)
| Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8672777 [details] [diff] [review]
v1
> /**
>- * Extend selection to this accessible.
>- */
>- void ExtendSelection() { };
I'd rather that be its own patch ;) but whatever
Attachment #8672777 -
Flags: review?(tbsaunde+mozbugs) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•