Closed
Bug 285172
Opened 20 years ago
Closed 17 years ago
Implement GetChildAtPoint for list / tree element
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 388927
People
(Reporter: Louie.Zhao, Assigned: evan.yan)
References
(Blocks 1 open bug)
Details
(Whiteboard: sunport17)
Attachments
(2 files)
4.05 KB,
patch
|
Details | Diff | Splinter Review | |
17.68 KB,
text/plain
|
Details |
GetChildAtPoint method is used by At-Tools to located the element at specified
point. Need to implementn this for list and tree element
Reporter | ||
Comment 1•20 years ago
|
||
Updated•20 years ago
|
Summary: Implment GetChildAtPoint for list / tree element → Implement GetChildAtPoint for list / tree element
Reporter | ||
Comment 2•20 years ago
|
||
The first patch is only a workaround for AT-Tools. The implementation of
"GetChildAtPoint" should follow the definition of this interface.
I see nsAccessible::GetChildAtPoint(), doesn't it fix this bug?
Comment 4•18 years ago
|
||
(In reply to comment #3)
> I see nsAccessible::GetChildAtPoint(), doesn't it fix this bug?
It might, will you try it and see if it works? If so we can close as WORKSFORME.
(In reply to comment #4)
> It might, will you try it and see if it works? If so we can close as
> WORKSFORME.
>
I'd like to.
how can I make sure it works?
Comment 6•18 years ago
|
||
You could write a Python script to do it -- start with one of Willie Walker's test scripts. Or, even better, you could fix at-poke! It would be very very useful to navigate to the accessible object from the mouse cursor in AT Poke. Is there a bug open on that in gnome.org? Maybe we can get Bill Haneman to fix that for us so you can test easily.
It does work on Windows, but we only create 1 accessible per line there, so I don't trust that to tell us.
originate from Willie's python script.
It prints error msg occasionally, especially when focusing on links.
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•