To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80101
                 Issue #|80101
                 Summary|OOo UI hangs while saving on a webdav server with pass
                        |word
               Component|framework
                 Version|OOo 2.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|ui
             Assigned to|tm
             Reported by|pagalmes





------- Additional comments from [EMAIL PROTECTED] Fri Jul 27 09:15:30 +0000 
2007 -------
This issue follows issue 79951.

I open a doc on a webdav server with a password:

sub loadViaDispatch
  dim urltransformer as object 
  dim url as new com.sun.star.util.URL

  urltransformer = createUnoService("com.sun.star.util.URLTransformer")
  url.Complete = "http://10.16.67.238/uploads/testdoc.odt";
  urltransformer.parseStrict(url)
  xdispatch = StarDesktop.queryDispatch(url, "_blank", 0)
  xdispatch.dispatch(url, DimArray())
end

When saving the document I just opened from webdav (using the floppy disk icon),
the status bar displaying the save percentage goes to 100% and disappears. From
that point, the document hangs/freezes (Windows even shows that OOo does not
answers). After a few seconds (more than 10 seconds sometimes), when the
document is really saved, OOo comes back to its normal state. 

This is a problem as the user could think OpenOffice is bugging. It would be
better that the status bar does not get to 100% until everything is really 
saved.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to