Issue 125357 - XAccessibleComponent.getAccessibleAtPoint(Point aPoint ) functionality seems to be not feasible for XShapes like lines polygons etc. in Draw documents
Summary: XAccessibleComponent.getAccessibleAtPoint(Point aPoint ) functionality seems ...
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 4.1.0
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-05 14:32 UTC by Jens Bornschein
Modified: 2014-08-05 14:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jens Bornschein 2014-08-05 14:32:11 UTC
The function getAccessibleAtPoint() works on the bboxes of elements. This is a classical error when painting diagonal lines etc. If have a long diagonal line laying over other objects, you cannot get these objects via this function even when they are more present in the picture then the topmost covering line.

Maybe it is possible to make a collision test on the real painted objects to make this function usable even for Draw documents.