Issue 80101 - OOo UI hangs while saving on a webdav server with password
Summary: OOo UI hangs while saving on a webdav server with password
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: OOo 2.2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 10:15 UTC by pagalmes.lists
Modified: 2017-05-20 10:55 UTC (History)
5 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pagalmes.lists 2007-07-27 10:15:30 UTC
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.
Comment 1 jsc 2007-07-30 15:08:23 UTC
jsc -> as: seems to be one for you or maybe pb?
Comment 2 andreas.schluens 2007-07-31 12:49:40 UTC
.
Comment 3 andreas.schluens 2007-08-30 14:29:05 UTC
The problem behind ....
OOo shows a progress but stores the document localy first.
Then it must transfer the whole file to the remote server ...
but at this point there is no possbility to show any progress informations.
Because it's a single call which will be blocked.

The only solution ... transfering the content has to be done asynchronously.
But then there are some other risks. E.g. transfering the content will fail ...
but the user
did already some further changes on the local document-copy. How must that be
handled.

AS->MAV: Please take over this task and find a solution how
asynch-transfer-content can be implemented .-) THX.
Comment 4 Mathias_Bauer 2007-12-04 16:19:21 UTC
according to release status meeting -> target 3.x
Comment 5 Marcus 2017-05-20 10:55:43 UTC
Reset assigne to the default "issues@openoffice.apache.org".