Closed
Bug 1597235
Opened 6 years ago
Closed 6 years ago
Setting the mime type of a pasted attachment doesn't work.
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: emilio, Assigned: kohei)
Details
Attachments
(1 file)
When I copy text into the attachment text-area for an HTML test-case, for example, and change the mime type from the drop down to be HTML Source, the mime type is still text/plain, see bug 1596103.
| Reporter | ||
Updated•6 years ago
|
Summary: Setting the mime type of an attachment doesn't work. → Setting the mime type of a pasted attachment doesn't work.
| Assignee | ||
Comment 1•6 years ago
|
||
I guess the problem is here: https://github.com/mozilla-bteam/bmo/blob/master/Bugzilla/Attachment.pm#L849
Type: task → defect
| Assignee | ||
Comment 2•6 years ago
|
||
I can’t test it locally due to Bug 1597524, but this PR should fix the issue.
Assignee: nobody → kohei.yoshino
Status: NEW → ASSIGNED
Comment 3•6 years ago
|
||
Merged to master. Thanks Kohei.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•