Issue 98106

Summary: API: dbaccess.SbaXGridControl::css.lang::XComponent
Product: App Dev Reporter: chne
Component: apiAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description chne 2009-01-15 09:31:05 UTC
On MacOSX the file open dialog pops up if the office has the focus and
XComponent::Dispose() was called. If the Office does not have the focus all
works as expected.

To reproduce this behavior just start your office with parameter

"-accept=pipe,name=$LOGNAME;urp;" 

and call inside a solar shell:

checkapi -o dbaccess.SbaXGridControl::com::sun::star::lang::XComponent
Comment 1 Frank Schönheit 2009-01-19 13:39:14 UTC
I strongly suppose the file open dialog is a symptom only, probably something
crashes during the test ....
Comment 2 Frank Schönheit 2009-01-19 14:03:03 UTC
can reproduce on Windows, too.

Correcting my previous statement: The stack of the open file dialog looks as if
somebody intentionally dispatched the .uno:OpenDoc (not sure how it is called)
URL. Investigating.
Comment 3 Frank Schönheit 2009-01-19 15:01:51 UTC
fs->cn: The java script itself does this .... There's a call to the toolbox, via
the accessibility API (doAccessibleAction on the toolbox item), which triggers
the "uno:Open" slot. So, your script needs to be adjusted.
Comment 4 chne 2009-04-20 12:06:11 UTC
change owner
Comment 5 chne 2009-04-28 12:01:00 UTC
reassign
Comment 6 lars.langhans 2009-11-05 10:17:47 UTC
target changed