After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 78356 - Lossy export should not change default file name
Lossy export should not change default file name
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
: 92364 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-04-11 08:19 UTC by Jon Kåre Hellan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jon Kåre Hellan 2002-04-11 08:19:19 UTC
Saving (exporting) to a format which loses information (e.g. html, csv)
changes the default file name. The result is that subsequent changes could
easily be saved to the html file, and not to the spreadsheet file where it 
presumably belongs.

One user - who was bit by this - has suggested a separate "Export" function
as a solution.
Comment 1 Andreas J. Guelzow 2002-04-11 13:47:32 UTC
Would saving as an XL file then be in the Export or the Save-as menu
item? Saving as an CL95 file is lossy.
Comment 2 Jody Goldberg 2002-04-11 13:53:50 UTC
The level of lossiness is approximate.  I'd say that xls is good enough.
Anything in the Export menu is likely to get missed.
Comment 3 Andreas J. Guelzow 2002-04-11 18:54:35 UTC
Perhaps rather than "save as" we should have "save a copy as" which
offers all formats save as offers except that the workbook continues
to point at the old file. 
Comment 4 Almer S. Tigelaar 2002-04-28 12:27:30 UTC
The "save copy as" could be implemented as a checkbox option in the
"save as" dialog maybe? That would be nice.

This still leaves the point of wether that checkbox should be
"checked" by default.
Comment 5 Andreas J. Guelzow 2002-09-19 05:58:33 UTC
*** Bug 92364 has been marked as a duplicate of this bug. ***
Comment 6 Andreas J. Guelzow 2002-11-06 20:30:28 UTC
Hmm, interesting: nearly all the code to solve this issue (without the
save-a-copy-as checkbox) was already there. Either somebody all worked
on this without mentioning it in the ChangeLog or we already had the
solution after 1 minor change in workbook-view.c.

Bug fixed. 
Comment 7 Jon Kåre Hellan 2002-11-07 13:00:59 UTC
Candidate for a backport?
People are losing work because of this, e.g. 97344
Comment 8 Andreas J. Guelzow 2002-11-07 13:57:23 UTC
Surely a candidate. 

1 line of real code.
2 lines in html/plugin.xml.in
1 line (change of a setting) with respect to stf.

Virtually no chance to introduce new bugs.

Jody?
Comment 9 Jody Goldberg 2002-11-07 14:06:48 UTC
Good idea.
Comment 10 Andreas J. Guelzow 2002-11-07 14:26:32 UTC
backported