Camille B?gnis wrote: > I am experiencing a somewhat annoying behavior I would like to get your > feedback on. > > How to reproduce: > 1- open a DocBook V5 Document on a remote webdav server > 2- insert a mediaobject in it, and double click the "Unkown Format" image > 3- When clicking on the "Browse" icon of the source file field, it > correctly shows the remote files > 4- Insert another mediaobject, but instead of inserting a remote image, > insert a local one > 5- Insert another mediaobject, and double click the "Unkown Format" image > 6- When clicking on the "Browse" icon of the source file field, it shows > the local files instead of the remote ones even though the field shows a > remote URL path: "http://server.net/dav/???" > > So I think step 6 should show remote files the same way step 3 does. I > have noticed that removing the "???" from the path allows to show remote > files again.
It works like this: [1] If the URL contained in the "Source location" field does *not* end with "???", it specifies the directory displayed by the file chooser. Otherwise see [2]. [2] If the file chooser has already been used to pick an image for the *same* XML document, then the directory containing last chosen image specifies the directory displayed by the file chooser. Otherwise see [3]. [3] The directory containing the XML document being edited specifies the directory displayed by the file chooser. We find the above behavior both consistent and useful. We understand that it annoys when you need to alternate from picking local images to picking remote images.

