Issue 23303 - InternetExplorer.Application (OLE) crashs OOo
Summary: InternetExplorer.Application (OLE) crashs OOo
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOo 1.1
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: joachim.lingner
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 12:31 UTC by josef.cacek
Modified: 2004-02-20 13:48 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description josef.cacek 2003-12-08 12:31:07 UTC
System: Win2000 SP4, IE 6

Following macro crashs down OpenOffice.org. Problem is the last step - calling
method Navigate2(). If I use Navigate() instead of Navigate2() it 'only' throws
IllegalArgumentException.

dim dispatcher as object
dim oExplorer as object
dispatcher = createUnoService("com.sun.star.bridge.OleObjectFactory")
oExplorer = dispatcher.createInstance("InternetExplorer.Application")
oExplorer.visible = true
oExplorer.Navigate2("http://www.openoffice.org")
Comment 1 kay.ramme 2003-12-09 17:03:44 UTC
Jochen, please have a look at this and target it appropriately.

Comment 2 joachim.lingner 2003-12-11 17:00:56 UTC
Fix will probably in OOo 1.1.1
Comment 3 joachim.lingner 2004-01-15 09:45:36 UTC
verified in cws jl4pp2
Comment 4 joachim.lingner 2004-02-03 15:33:04 UTC
integrated
Comment 5 joachim.lingner 2004-02-03 16:01:40 UTC
opened for integration into OO2
Comment 6 joachim.lingner 2004-02-05 15:55:23 UTC
fixed in cws for 680 m23
Comment 7 joachim.lingner 2004-02-05 15:56:36 UTC
verified in cws.
Comment 8 joachim.lingner 2004-02-20 13:48:59 UTC
Cloned: i25727