[Issue 124906] Save as - HTML Document (Calc): Relative hyperlinks become absolute

2016-04-28 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124906

Theodore Matula  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||buddymat...@gmail.com

--- Comment #4 from Theodore Matula  ---
Summary: I was able to reproduce this bug with the exact steps shown in both
comment #1 and the Description.

Version: 4.2.0 AOO420m1(Build:9800)  -  Rev. 1692551

Specs:
OS: Windows 10 64-bit
Processor: Intel 17 2600k 3.4 Ghz
Graphics Card: Nvidia GTX 770 (2gb VRam)
RAM: 8 GB
Monitor: Asus 24" Monitor

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124906] Save as - HTML Document (Calc): Relative hyperlinks become absolute

2016-04-28 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124906

Theodore Matula  changed:

   What|Removed |Added

 Latest|--- |4.2.0-dev
Confirmation in||

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124906] Save as - HTML Document (Calc): Relative hyperlinks become absolute

2016-04-06 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124906

--- Comment #3 from realname  ---
additionally

i dont know how the prog is designed but i would immediately offer a patch for
this as a popup box using a "pathlib".plugin say and i would make such changes
mastered by "patch manager" which overrides internal functions, making this a
component architecture instead of a monolith. could be a little difficult on
version control but apache is really good with components. super in fact.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124906] Save as - HTML Document (Calc): Relative hyperlinks become absolute

2016-04-06 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124906

realname  changed:

   What|Removed |Added

 CC||bitsworthconsulting@gihinc.
   ||net

--- Comment #2 from realname  ---
Comment on attachment 84489
  --> https://bz.apache.org/ooo/attachment.cgi?id=84489
Can't save spreadsheet as HTML with relative links

Needless to say, this is an issue that needs a fix ASAP!
the fix is easy;
the default settings in tools>options>load/save>general, scrap them

instead save every OO doc,ss whatever as OO
for different format, use EXPORT AS menuitem
if one is to open a document in other than OO, allow it but save/saveas is
always OO format. EXPORT AS must the ONLY way to save changes to a foreign
file!
The problem happens when someone is preparing a document locally with links to
images,documents which document is to be delivered to a third party who then
must be able to open the file and select links.

Say the document is zipped along with the other docs and images.
When party3 clicks links, the file cannot be found.
BEING ABLE TO SHIP a package file is important and the pathing must work
for the author as well as any party3 anywhere.

LINKS? how about
for local/network system..
saving document 
precede pathing with "/" or (letter) for hardcode
without the fwd slash for relative

for web access, this will be an EXPORT AS function

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124906] Save as - HTML Document (Calc): Relative hyperlinks become absolute

2015-02-05 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124906

kvistbo1 b...@kvist.nu changed:

   What|Removed |Added

 CC||b...@kvist.nu

--- Comment #1 from kvistbo1 b...@kvist.nu ---
Created attachment 84489
  -- https://issues.apache.org/ooo/attachment.cgi?id=84489action=edit
Can't save spreadsheet as HTML with relative links

Can't save a calc spreadsheet as HTML containing relative URLs, they will be
changed to absolute links.

Piece of cake to reproduce.

Create one testfile.txt. Create one linktestfile.ods containing a relative URL
pointing to testfile.txt. Save linktestfile.ods and also save it as
linktestfile.html. 

Open linktestfile.html with notepad and look at the link, it will always be
absolute.

No combination of settings will cause the link to be other than an absolute
link including disk name etc.

I found this error after debugging a long evening and night in
AOO411m6(Build:9775)  -  Rev. 1617669
2014-08-13 09:06:54 (Mi, 13 Aug 2014)
running on Windows 7 ultimate (64).

Checked two older computers running Win XP Home and Pro with OO 3.4.1. The bug
exists there too.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.