Closed
Bug 396603
Opened 17 years ago
Closed 8 years ago
Remove MustPrune() from accHitTest and similar
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: aaronlev, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
AccessibleObjectFromPoint() already handles the pruning, so the callers of it should not need to use it.
Comment 2•13 years ago
|
||
Surkov anything left to fix here? we don't call MustPrune() in accHitTest()
Comment 3•13 years ago
|
||
(In reply to Trevor Saunders (:tbsaunde) from comment #2)
> Surkov anything left to fix here? we don't call MustPrune() in accHitTest()
MustPrune is part of ChildAtPoint. This is common code path shared between platforms. Even if AccessibleObjectFromPoint takes care to prune not allowed accessibles but then we need to check what other platforms expect. I think this is low priority bug since this call shouldn't be expensive at all and the bug requires some investigations. We can keep it open and get back to it by a chance.
Severity: normal → minor
Comment 5•8 years ago
|
||
perhaps not worth to keep open, there's no big harm to have extra call of MustPrune() on some platforms, no one touched this for years, suggesting to close it as wontfix
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(surkov.alexander)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•