
| Key: |
LPP-5274
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
P0
|
| Assignee: |
Unassigned
|
| Reporter: |
P T Withington
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
7,598
|
| Runtime: |
N/A
|
| Fix in hand: |
True
|
|
Does this error in dhtml look familar to anyone (see below)? I upgraded my version of trunk to r7539 (installer) and started getting this error when I did the following. I also could not select anything in the navbar when laszlo-explorer was launched in dhtml.
Environment: OS X, FF2
Launch laszlo-explorer in flash
Choose Demos in navbar
Choose Amazon
Select the Launch in DHTML button
Observe green checkmark at bottom right of Amazon window, turns to a red X
Click on red X, see error below.
I thought something was wrong with the r7539 build, so I loaded r7501 (a known good build). I started getting the same error with the known good build. I then checked a couple other known good builds and they were all broken in DHTML. I deleted the build from the Application folder and desktop parts, closed terminal and rebooted the mac. Reinstalled r7501 from the .dmg and it worked in DHTML. The same was true when I loaded r7539. Thoughts? Pounce is seeing this problem on both OS X and XP.
ERROR: this.__parent has no properties
}; this.__LZdeleted=true; if (!this.__parent.__LZdeleted) }
LFCdhtml.js (line 1556)
Line 1556 is a "}", see red below
if(typeof $27=="object"){
var $29=new LzInheritedHash($28)
for(var $30 in $27){
$29[$30]=$27[$30]
}
$22[$17]=$29
continue
}
}
}
}
$22[$17]=$27
}
|
|
Description
|
Does this error in dhtml look familar to anyone (see below)? I upgraded my version of trunk to r7539 (installer) and started getting this error when I did the following. I also could not select anything in the navbar when laszlo-explorer was launched in dhtml.
Environment: OS X, FF2
Launch laszlo-explorer in flash
Choose Demos in navbar
Choose Amazon
Select the Launch in DHTML button
Observe green checkmark at bottom right of Amazon window, turns to a red X
Click on red X, see error below.
I thought something was wrong with the r7539 build, so I loaded r7501 (a known good build). I started getting the same error with the known good build. I then checked a couple other known good builds and they were all broken in DHTML. I deleted the build from the Application folder and desktop parts, closed terminal and rebooted the mac. Reinstalled r7501 from the .dmg and it worked in DHTML. The same was true when I loaded r7539. Thoughts? Pounce is seeing this problem on both OS X and XP.
ERROR: this.__parent has no properties
}; this.__LZdeleted=true; if (!this.__parent.__LZdeleted) }
LFCdhtml.js (line 1556)
Line 1556 is a "}", see red below
if(typeof $27=="object"){
var $29=new LzInheritedHash($28)
for(var $30 in $27){
$29[$30]=$27[$30]
}
$22[$17]=$29
continue
}
}
}
}
$22[$17]=$27
} |
Show » |
|
Changed paths:
M /openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
Change 20071217-ptw-P by ptw@dueling-banjos.local on 2007-12-17 17:56:31 EST
in /Users/ptw/OpenLaszlo/ringding-2
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Brain-oh in LzSprite.js
Bugs Fixed:
LPP-5274'Error: this.__parent has no properties (DHTML)'Technical Reviewer: philip@pbrdev.com (pending)
QA Reviewer: maymye (pending)
Details:
Test for __parent before using it
Tests:
Environment: OS X, FF2
Launch laszlo-explorer in flash
Choose Demos in navbar
Choose Amazon
Select the Launch in DHTML button
Observe green checkmark at bottom right of Amazon window, NO LONGER
turns to a red X