I don't know for sure that this is new behavior with Safari 1.3. I had been generally using Firefox, and just recently decided to use Safari a bit more. I'm running Nevow 0.4.1, and Safari 1.3 is giving me a syntax error: try { eval(xmlhttp.responseText) } catch (e) { alert("Exception: " + e.toString()+'\nCaused by script:'+xmlhttp.responseText) throw e } The line Safari points to is the "}" at the end. Can someone out there try something with LivePage under Safari 1.3? It's always possible I'm doing something wrong... Kevin
Kevin Dangoor wrote:
I don't know for sure that this is new behavior with Safari 1.3. I had been generally using Firefox, and just recently decided to use Safari a bit more.
I'm running Nevow 0.4.1, and Safari 1.3 is giving me a syntax error:
try { eval(xmlhttp.responseText) } catch (e) { alert("Exception: " + e.toString()+'\nCaused by script:'+xmlhttp.responseText) throw e }
The line Safari points to is the "}" at the end.
Can someone out there try something with LivePage under Safari 1.3? It's always possible I'm doing something wrong...
This is already fixed in a private branch that is on Donovan's PC :) Ask him to commit his enhancements to livepage. -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.3.8 Blog: http://vvolonghi.blogspot.com http://weever.berlios.de
participants (2)
-
Kevin Dangoor
-
Valentino Volonghi aka Dialtone