[bug] unable to open some of emails

asked 2015-10-21 23:40:54 +0200

virgi26 gravatar image

updated 2015-10-21 23:46:39 +0200

When trying to open emails that i'm getting from a web shop, i'm getting a blank email or sometimes it renders another email. Also i can not swipe back, so i have to close email app

journalctl:

окт 21 23:24:16 Jolla lipstick[14697]: Received an unexpected URL from the web process: 'file://www.googletagmanager.com/ns.html?id=GTM-KSFVTC'
окт 21 23:24:16 Jolla lipstick[14697]: Received an invalid message "WebPageProxy.DecidePolicyForNavigationAction" from the web process.
окт 21 23:24:16 Jolla creen[27572]: [W] QQuickWebViewPrivate::processDidCrash:623 - WARNING: The web process experienced a crash on 'file:///usr/share/jolla-email'.

Also, don't know if it's matter, these emails contain callendar appointments as attachments.

It is probably caused by invalid URL (file instead of http), but where is it getting it from?

In email source there is that:

<!-- Google Tag Manager -->
<noscript><iframe src=3D"//www.googletagmanager.com/ns.html?id=3DGTM-KSFVTC"
height=3D"0" width=3D"0" style=3D"display:none;visibility:hidden"></iframe>=
</noscript>
<script>(function(w,d,s,l,i){w[l]=3Dw[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=3Dd.getElementsByTagName(s)[0],
j=3Dd.createElement(s),dl=3Dl!=3D'dataLayer'?'&l=3D'+l:'';j.async=3Dtrue;j.=
src=3D
'//www.googletagmanager.com/gtm.js?id=3D'+i+dl;f.parentNode.insertBefore(j,=
f);
})(window,document,'script','dataLayer','GTM-KSFVTC');</script>
<!-- End Google Tag Manager -->

so why is it parsed as file://.....?

edit retag flag offensive close delete

Comments

is it because iframe src does not contain http/s? Should it contain? I can successfully open it in gmail.com

virgi26 ( 2015-10-21 23:54:22 +0200 )edit
1

Thank you for the report, I have made an internal bug report to track this one.

chris.adams ( 2015-10-22 10:05:38 +0200 )edit