Change philip-20110825-b47 by philip@PHILIP-I7 on 2011-08-25 13:15:53
EDT
in /cygdrive/c/clients/laszlo/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix for relative resource links in Safari
New Features:
Bugs Fixed: LPP-10057
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Overview:
Details:
When a resource is specified as 'http:../...', this link is passed to
the browser to resolve. In Safari 5.1, it interprets this as an absolute
link rather than a link relative to the current page. To solution is to
strip off 'http:' from the link for relative links. Absolute links
(http://...) are left untouched.
Tests:
See test case in jira report. This works in all browsers.
smoketest passes.
Files:
M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
M WEB-INF/lps/lfc/kernel/swf9/LzSprite.as
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/philip-20110825-b47.tar