Opened 12 years ago
Closed 9 years ago
#2637 closed enhancement (fixed)
browse to save .ta files to Journal
Reported by: | walter | Owned by: | lucian |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | wiki.sugarlabs.org | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | |
Cc: | rgs, tonyforster | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
Tony Forster observed that Browse doesn't save .ta (Turtle Art) project files to the Journal. Rather, it opens them as text in the browser. It would be better if they were saved to the Journal as mimetype application/x-turtle-art from whence they could be opened by Turtle Art.
Change History (5)
comment:1 Changed 12 years ago by lucian
- Status changed from new to accepted
comment:2 Changed 12 years ago by tonyforster
I thought it was a server issue, Windows behaves the same way as Sugar/Browse
comment:3 Changed 12 years ago by walter
- Component changed from Browse to wiki.sugarlabs.org
comment:4 Changed 12 years ago by lucian
If you could please use firebug to confirm that the server returns the wrong mime-type, I'll then close this ticket.
comment:5 Changed 9 years ago by godiard
- Resolution set to fixed
- Status changed from accepted to closed
Tested and looks fixed
Note: See
TracTickets for help on using
tickets.
I believe the the server gives the wrong mime-type on the response, which is why Browse displays it.
I could add a special-case for .ta files, so that Browse adds the correct mime-type, but I'm not sure it's a good idea.