View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002185 | NetSurf | Amiga-specific | public | 2014-08-23 17:18 | 2016-02-16 15:27 | ||||
Reporter | Samir Hawamdeh | ||||||||
Assigned To | Chris Young | ||||||||
Severity | minor | Reproducibility | always | ||||||
Status | closed | Resolution | fixed | ||||||
Platform | AmigaOS | OS | OS Version | 4.1 | |||||
Product Version | 3.1 | ||||||||
Target Version | 3.4 | Fixed in Version | 3.4 | ||||||
Summary | 0002185: Save as IFF option still save images as PNG | ||||||||
Description | The Save as IFF option in reality still save images as PNG | ||||||||
Tags | No tags attached. | ||||||||
Fixed in CI build # | 2801 | ||||||||
Reported in CI build # | |||||||||
URL of problem page | |||||||||
Attached Files |
|
Notes | |
Chris Young (developer) 2014-08-23 17:58 |
"Save as IFF" is definitely saving bitmaps as IFF ILBM (it should be saving SVGs as IFF DR2D too, but I haven't double-checked that). However, the default filename in the requester is the file's original filename with extension. This needs stripping off and changing to .iff (or less generically, .ilbm or .dr2d). |
Chris Young (developer) 2014-10-10 14:19 |
The larger issue here is that generating filenames should probably be done using url_nice(), which none of the Amiga frontend code is using. |
Chris Young (developer) 2014-10-23 18:00 |
Now using url_nice to generate initial filenames. Note this is stripping the extension always, not just when saving in a different format. I'm undecided as to whether this is a problem or not (as AmigaOS doesn't care). |
Chris Young (developer) 2015-06-22 17:43 |
Now strips the file extension (if not saving as source) and adds a more appropriate one. |
Vincent Sanders (administrator) 2016-02-16 15:27 |
Confirmed resolved in 3.4 release |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-08-23 17:18 | Samir Hawamdeh | New Issue | |
2014-08-23 17:54 | Chris Young | Assigned To | => Chris Young |
2014-08-23 17:54 | Chris Young | Status | new => assigned |
2014-08-23 17:58 | Chris Young | Note Added: 0000451 | |
2014-08-23 17:58 | Chris Young | Status | assigned => confirmed |
2014-08-23 17:58 | Chris Young | Target Version | => 4.0 |
2014-10-10 14:19 | Chris Young | Note Added: 0000507 | |
2014-10-23 18:00 | Chris Young | Note Added: 0000512 | |
2014-10-25 21:46 | Chris Young | Status | confirmed => feedback |
2015-06-22 17:43 | Chris Young | Fixed in CI build # | => 2801 |
2015-06-22 17:43 | Chris Young | Note Added: 0000859 | |
2015-06-22 17:43 | Chris Young | Status | feedback => resolved |
2015-06-22 17:43 | Chris Young | Fixed in Version | => 3.4 |
2015-06-22 17:43 | Chris Young | Resolution | open => fixed |
2015-06-23 09:14 | Vincent Sanders | Target Version | 4.0 => 3.4 |
2016-02-16 15:27 | Vincent Sanders | Note Added: 0001310 | |
2016-02-16 15:27 | Vincent Sanders | Status | resolved => closed |