I don't know anything about .jsp's, so I defer to Henry's review.

On 2010-09-22, at 16:47, Max Carlson wrote:

> Change maxcarlson-20100922-t0Y by maxcarl...@friendly on 2010-09-22 12:58:04 
> PDT
>    in /Users/maxcarlson/openlaszlo/trunk-clean
>    for http://svn.openlaszlo.org/openlaszlo/trunk
> 
> Summary: UPDATED: Fix display of swf apps in laszlo-explorer
> 
> Bugs Fixed: LPP-9392 - DHTML Safari 5: usemastersprite not working correctly 
> (partial), LPP-9238 - SWF - SAF4 - Components Sample - The tab key can not 
> work anymores (partial)
> 
> Technical Reviewer: ptw
> QA Reviewer: hminsky
> 
> Overview: I noticed there was a frameset being loaded with a single frame, 
> and changed that to a redirect.
> 
> Details: Updated to address Henry's comment:
> 
> The new approved way to get compiler options (except for "lzt") is to call
> the LZHttpUtils.getLzOption method on an HTTPServletRequest
> 
>        String runtime = LZHttpUtils.getLzOption("runtime", req);
> 
> That way it gets both the old style of arg "lzr=foo" and the new 
> lzoptions=runtime(foo)
> 
> Otherwise, the same.
> 
> content - Use a redirect if the actionparam isn't specified, handle 
> 'undefined' args correctly.
> 
> index - Disable usemastersprite for now.
> 
> Tests: See LPP-9392, LPP-9238 in Safari 5 DHTML and swf10
> 
> Files:
> M       laszlo-explorer/content.jsp
> M       laszlo-explorer/index.html
> 
> Changeset: 
> http://svn.openlaszlo.org/openlaszlo/patches/maxcarlson-20100922-t0Y.tar


Reply via email to