To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114700
                 Issue #|114700
                 Summary|Warn user of URL-to-cache redirection by Windows' nati
                        |ve Open/Save dialog
               Component|framework
                 Version|OOO320m18
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|zeboxx





------- Additional comments from zeb...@openoffice.org Thu Sep 23 12:29:23 
+0000 2010 -------
This enhancement request flows out of Issue 50498 / Issue 52597.

When using the Windows native Open/Save dialogs to Link a resource on the
internet, the Windows explorer shell may download the resource to its local
cache and returns that location to the calling application instead.  This
happens transparently, so the user is none the wiser that this has happened
until they go to Edit the Links and happen to notice that the path is pointing
to a local volatile resource.
( To make matters worse - this doesn't seem to -always- happen, lulling the user
into a false sense of everything being right with the Linking world, but have
not found a repro case for that to file. )

The result of this is that the next time the user opens the document, or if a
third party opens the document, the Linked resources may be, or are, invalid.

This issue is briefly noted in the documentation under the OpenOffice.org
General Options ... Open/Save dialogs section (flowing from Issue 51205), which
of course gives the solution: use the OpenOffice.org Open/Save dialogs.

However, I think it would be better if the user were warned of this happening
using a warning message with a standard "Do not show this warning again" type
option in the dialog.  Would have saved yours truly some headache, at least :)

The way this could be handled would be by...
1. checking whether the user is using the Windows native Open/Save dialog
2. checking whether the path the user appears to have selected a path leading to
the volatile location (SHGetGolderPath (
http://msdn.microsoft.com/en-us/library/bb762204%28VS.85%29.aspx ) with
CSIDL_INTERNET_CACHE (XP) / FOLDERID_InternetCache (Vista, Win7)) by matching
the first part of the path
3. checking if the user has NOT opted to ignore the warning in the past
4. if conditions 1, 2 and 3 are true, pop up the warning.

This would make it immediately clear to the user that the URL they entered was
redirected to a volatile local cache, how to fix this, and allow the user to
ignore the warning if they happen to actually want to link to volatile local
cache files on a regular basis for whatever reason.

Thank you for your consideration.

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to