The bug came with this change.  I'm filing a JIRA bug and figuring out a fix


r18211 | max | 2011-01-10 18:05:48 -0500 (Mon, 10 Jan 2011) | 18 lines

Change maxcarlson-20110110-yrf by maxcarlson@friendly on 2011-01-10 13:23:04
PST
    in /Users/maxcarlson/openlaszlo/trunk2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Update all files to use .text instead of getText()

Bugs Fixed: LPP-9625 - Remove @deprecated methods and properties from the
LFC

Technical Reviewer: ptw
QA Reviewer: hminsky

Details: Change .getText() -> .text, setText(...) -> setAttribute('text'...)

Tests: Hand-inspection of all files

skip-pre-commit-checks




On Thu, Feb 10, 2011 at 1:38 PM, Henry Minsky <[email protected]>wrote:

>
> There's a regression in the lzpix demo, in swf10 no images come back and in
> dhtml random images
> come back unrelated to the search tag
>
> I'm tracking down using bin search, it's somewhere around r18210 . In swf10
> the issue is that
> the md5 hash is being computed on the query arg 'tags', apparently using a
> string value of  'undefined' but then
>  string 'null' is being sent in the GET request, which then gets rejected
> on the Flickr server as the wrong
> hash. In DHTML I'm haven't looked yet what's going on.
>
>
> --
> Henry Minsky
> Software Architect
> [email protected]
>
>
>


-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to