Closed
Bug 366450
Opened 18 years ago
Closed 18 years ago
implement accessible delegate object
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: surkov, Assigned: surkov)
Details
(Keywords: access)
Attachments
(3 files)
60.21 KB,
patch
|
Details | Diff | Splinter Review | |
1.48 KB,
patch
|
Details | Diff | Splinter Review | |
1.89 KB,
application/vnd.mozilla.xul+xml
|
Details |
Idea is to redirect most of accessible properties/methods to another accessible object. For example,
<xf:input>
<xbl:content>
<html:select>
<html:option/>
</html:select>
</xbl:content>
</xf:input>
I'd like to have one accessible object for xf:input instead if I will have two accessible object both for xf:input and for html:select. The idea is to redirect all calls from xf:input accessible object to html:select accessible object.
Attachment #250965 -
Flags: review?(aaronleventhal)
Comment 1•18 years ago
|
||
I think I like the idea, but what end user problem is it fixing?
Assignee | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> I think I like the idea, but what end user problem is it fixing?
>
I don't know right now :) I didn't test it yet. Though it provides "right" accessible objects. The one thing I don't like in this patch is copying all interfaces methods that involves if I change interface then I should change nsDelegateAccessible too.
Assignee | ||
Comment 3•18 years ago
|
||
Wayne, can you see any problems related with this?
Assignee | ||
Comment 4•18 years ago
|
||
Assignee | ||
Comment 5•18 years ago
|
||
Assignee | ||
Comment 6•18 years ago
|
||
(In reply to comment #3)
> Wayne, can you see any problems related with this?
>
I attached testcases that can help.
Comment 7•18 years ago
|
||
Alexander, investigating the attached tcases. From what I see the tcase behaves correctly.
Comment 8•18 years ago
|
||
Interesting, but we don't need this.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Updated•18 years ago
|
Attachment #250965 -
Flags: review?(aaronleventhal)
You need to log in
before you can comment on or make changes to this bug.
Description
•