[sw-issues] [Issue 56831] Absolute hyperlink to loc al files lost if path contains windows drive l etter

2006-02-03 Thread bencoman
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56831





--- Additional comments from [EMAIL PROTECTED] Fri Feb  3 10:06:30 -0800 
2006 ---
After poking around in http://rfc.net/rfc2396.html, section B Parsing a URI
Reference with a Regular Expression, and playing with
http://www.cuneytyilmaz.com/prog/jrx/, I agree this is a special case.
(Note: jrx requires forward slashes escaped) in RE.

Also, I learn in this discussion
(http://lists.w3.org/Archives/Public/uri/2003Feb/0035.html) that... there
_must_ be a host field, although the host can be omitted.  So, if you're asking
is it 'legal' to write 'file:/e:/xxx.pdf', the answer is no, not
according to RFC 1738, you must write file:///e:/xxx.pdf, which is valid.

...which OOo seems to reflect.  I notice also that MSWord uses three slashes for
links with drive letters when saving a htm file.  I don't know how the original
submitter created their documents, but in trying to isolate the issue I created
my example using notepad.exe.  btw, I had always thought that file://e:/xxx.pdf
was legit, since it worked with Mozilla and IE. 

To handle this case, perhaps consider that the e: is like hostname:port but
with null for port. 

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



[sw-issues] [Issue 56831] Absolute hyperlink to loc al files lost if path contains windows drive l etter

2006-02-02 Thread jw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56831


User jw changed the following:

  What|Old value |New value

CC|'bencoman'|'bencoman,jw'

  Priority|P2|P3

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Thu Feb  2 08:32:23 -0800 
2006 ---
confirmed in SRC680_m154. only the first 3 links are remain as links, all 
following 
links will be splittet and displayed as normal text.
this document can be opend in SO7 without errors.

but i'am not able to reproduce a document like this. if i create a document 
with 
hyperlinks it works without errors.

can you tell us how you created this document?

set prio to P3 (because ist not reproducible and seems to occur just in this 
special 
document) and set target OOo later
set me on cc-list

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



[sw-issues] [Issue 56831] Absolute hyperlink to loc al files lost if path contains windows drive l etter

2005-11-24 Thread atdsm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56831


User atdsm changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|needmoreinfo  |oooqa

   Summary|Hyperlink to local files  |Absolute hyperlink to
  |lost  |local files lost if path
  |  |contains windows drive
  |  |letter





--- Additional comments from [EMAIL PROTECTED] Tue Nov 22 13:56:56 -0800 
2005 ---
Confirmed - Windows XP SP2, OOo 2.0
Confirmed - Windows XP SP2, OOo-dev 2.0.139

OOo writer ignores/loses links with an absolute path and a windows letter drive
designation (eg file://D:/).

To replicate (as suggested):
1) Download attachment simpler(notepad-created).html
2) Open attachment in mozilla - note that all links are active
2a) If you wish, view the source to verify that all links have paths. (The first
link is a relative path, the second an absolute path with a drive letter, and
the third an absolute path without a drive letter.)
3) Close the file from mozilla
4) Open the file in OOo writer - note that the second link has disappeared
5) Immediately save the file without making any changes
6) Open the newly saved file in mozilla - note that the second link is no longer
a link. It has been lost.

Additional notes: OOo strips the file:// from the front of the absolute link
that it does recognize. This could also be a problem, but it probably warrants a
seperate issue.

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