Wrong render html
-
mapetricc last edited by
Hi,
I'm experiencing an issue with few latest versions of Opera on Windows 10. When I receive an HTML file as an email attachment (for example, a bank statement in .html format) and open it directly from Gmail, Opera displays the raw HTML source code instead of rendering the page visually.This wasn't the case in some earlier versions of Opera — previously, the file would open correctly as a styled, rendered HTML page.
I suspect Opera is treating the file as text/plain instead of text/html, possibly due to MIME type handling when opening attachments directly from Gmail.
-
leocg
-
leocg Moderator Volunteer last edited by
@mapetricc Any difference if you download the file and, then, open it?
-
leocg Moderator Volunteer last edited by
@mapetricc Maybe Gmail is sending wrong information to Opera about the file.
-
burnout426 Volunteer last edited by
Same thing in Chrome. Chrome shows the HTML source when clicking on the attachment even though:
Content-Type: text/html; charset=UTF-8; name="testattachment.html" Content-Disposition: attachment; filename="testattachment.html" Content-Transfer-Encoding: base64
is in the source of the email.
Seems to just be Gmail's behavior (now I guess).