To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26957


User mba changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|ama                       |mba
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Wed Jun 16 16:06:48 +0000 
2010 -------
the bug is triggered by the fact that the URL to open is handed over to the
system, not handled by OOo internally. That can't work as "#" in file URLs are
not what they are in e.g. http URLs. The only solution would be *not* to let the
system handle the URL (and that's the reason why it works in Word).

Changing that is a matter of minutes, but the side effect could be larger than
expected. Allowing to handle all URLs internally that OOo can open (detected by
pFilter != 0 in the code above) is not wanted, as many other formats like e.g
jpg, png etc. surely should preferably handled by the system and the application
registered there.

Another idea: check for "#" in the URL, and in case there is one, handle the URL
internally. 



---------------------------------------------------------------------
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