Issue 37641 - API: sd.AccessibleDrawDocumentView
Summary: API: sd.AccessibleDrawDocumentView
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 15:19 UTC by chne
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

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


Attachments
the complete accessible tree (3.10 KB, text/txt)
2004-11-22 15:21 UTC, chne
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2004-11-22 15:19:52 UTC
while creating the test object the itration over the accessible tree failes. The
child of the foillowowing node is NULL and causes a java.lang.NullPointerException:
LOG>   56,():com.sun.star.comp.toolkit.AccessibleWindow
LOG>     StateType contains SHOWING: true
LOG>     40,Slides():com.sun.star.comp.toolkit.AccessibleWindow
LOG>         StateType contains SHOWING: true
LOG>       63,():com.sun.star.comp.toolkit.AccessibleToolBox
LOG>             StateType contains SHOWING: true
LOG>         44,():com.sun.star.comp.toolkit.AccessibleToolBoxItem
LOG>                 The boundary Rectangle is (0,0) (15,15)
LOG>                 StateType contains SHOWING: true

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o  sd.AccessibleDrawDocumentView
Comment 1 chne 2004-11-22 15:21:43 UTC
Created attachment 19575 [details]
the complete accessible tree
Comment 2 chne 2004-11-22 15:22:15 UTC
.
Comment 3 groucho266 2004-11-24 10:55:21 UTC
Accepted.
Comment 4 ooo 2005-01-17 16:45:18 UTC
Setting target to OOo 2.0.1 due to resource constraints
Comment 5 groucho266 2005-05-24 14:44:58 UTC
Works for me, see below.
Comment 6 groucho266 2005-05-24 14:46:33 UTC
With the fixes of CWS impress51 the api test is successfull.
Comment 7 chne 2005-08-23 11:40:30 UTC
not reproducable in src680_m124 => zu