I've created a website with Umbraco v4 which will show correctly in
every browser except safari (On mac and PC). Safari is showing blang
pages after a refresh of the page. Some people claim this to be a bug in
Safari, but I've never seen this problem on any other website but my
own. My website contains valid xhtml strict. The problem seems to be a
combination of umbraco, safari and the html markup. Is there someone out
there that experienced the same issues. You can visit www.maxelmo.nl to see what's
happening.
I recently placed this question in the Umbraco Core forum, with the help of Søren, I found out that the issue was caused by the fact that i'm using Imagegen.
Blank page in Safari
I've created a website with Umbraco v4 which will show correctly in every browser except safari (On mac and PC). Safari is showing blang pages after a refresh of the page. Some people claim this to be a bug in Safari, but I've never seen this problem on any other website but my own. My website contains valid xhtml strict. The problem seems to be a combination of umbraco, safari and the html markup. Is there someone out there that experienced the same issues. You can visit www.maxelmo.nl to see what's happening.
I recently placed this question in the Umbraco Core forum, with the help of Søren, I found out that the issue was caused by the fact that i'm using Imagegen.
Please read the following thread.
http://our.umbraco.org/forum/core/general/8809-Blank-page-in-Safari
Is this a bug?
Ok guys, it took me some while to discover what I was doing wrong.
It seemed that I was calling imagegen using somthing like <img url="/umbraco/ImageGen.aspx.................
Instead of <img src =/umbraco/ImageGen.ashx"
Watch the file extension.
Cheers,
Thanks Patrick, this error also caused other symptoms for me...
http://our.umbraco.org/projects/website-utilities/imagegen/imagegen-bugs/12803-Strange-behaviour,-not-a-bug-but-user-error,-use-imagegenashx-not-aspx
is working on a reply...