Issue 89554

Summary: FileOpen slot loads nothing / returns too fast
Product: General Reporter: joerg.skottke
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P2 CC: issues
Version: DEV300m10   
Target Milestone: ---   
Hardware: All   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description joerg.skottke 2008-05-16 12:52:13 UTC
Automated test: framework/basic/f_basic_spectemplate.bas

The test loads the Specification Template from OOo, stores it locally and
reloads it.

Two different forms of changed behaviour have been found:
1) Document does not load at all when opening http-URL with FileOpen( "URL" ... )
2) WaitSlot() returns WSFinished before the document is loaded. Until now the
helper function hFileWait did not get a WSFinished before the Macro Security
warning dialog is shown.

Current guess is that there are incompatible changes in the CWS sb87 that have
not been rebuilt.
Comment 1 joerg.skottke 2008-05-19 11:04:26 UTC
This problem has now been found while testing two other CWS so it must be
present on MWS as well.

This means i remove this task from CWS sb87 but make it a MWS issue.
Adjusting Subject.
Comment 2 Frank Schönheit 2008-05-19 11:08:47 UTC
> This problem has now been found while testing two other CWS so it must be
> present on MWS as well.

In this case I refuse to be the owner :), since it cannot be cause by my changes
in CWS sb87.

fs->mba: Not sure who in your team would usually take this kind of issues ...?
Comment 3 Mathias_Bauer 2008-06-05 15:57:43 UTC
I don't think that this is something in framework, the interface to the outside
is the sts library. So perhaps Gregor has a clue
Comment 4 gregor.hartmann 2008-08-26 09:12:02 UTC
no time left. setting to 3.x
Comment 5 gregor.hartmann 2008-08-26 09:59:35 UTC
the testtool only delivers the status wheter the dispatch has returned or not.
So the time when it returns is framework (or whatever) driven.

When dispatching I add the following Properties automatically but only to
dispatches which have arguments already (this might be a bug)

   Referer="private:user"
   SynchronMode=TRUE

Only adding if properties are there already was introduced for slot 6102
/*SID_VERB_START*/ which crashes when called with Property Referer.

Maybe it doesn't crash with SynchronMode=TRUE so this could be enabled now.

Code is in automation/source/server/statemnt.cxx StatementSlot::AddReferer()

However HTML loads are never entirely synchronous but references (Images ...)
are always loaded asynchronously.

Comment 6 Marcus 2017-05-20 10:47:39 UTC
Reset assigne to the default "issues@openoffice.apache.org".