Bug 551111

Summary: Support ITextPatternRange.GetVisibleRanges
Product: [Mono] UI Automation Reporter: Michael Gorse <mgorse>
Component: Client - AT-SPIAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Enhancement    
Priority: P5 - None CC: mgorse
Version: Unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Michael Gorse 2009-10-29 18:58:54 UTC
Support ITextPatternRange.GetVisibleRanges.  This may require changes to atk/at-spi to expose the range of text that is currently visible on the screen.
Comment 1 Michael Gorse 2010-02-16 21:00:32 UTC
I thought that GetCharacterExtents would somehow give me enough information to implement this, but it actually behaves as if all of the text can fit on the screen (ie, placing 2000 lines of text in a TextView and then calling GetExtents on it returned [x=516, y=30, width=30, height=16000].  The height is obviously larger than the screen.  So now I am not sure how this can be implemented.