History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-2732
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P1 P1
Assignee: Henry Minsky
Reporter: Adam Wolff
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

load tester delegate doesn't get removed

Created: 21/Sep/06 04:06 PM   Updated: 27/Nov/06 07:50 PM
Component/s: LFC - Data
Affects Version/s: 3.3.3
Fix Version/s: 3.4

Time Tracking:
Not Specified

File Attachments: 1. File a.lzx (1 kb)

Image Attachments:

1. t.jpg
(35 kb)

Severity: Minor
Fixed in Change#: 9,999
Runtime: N/A
Fix in hand: False


 Description  « Hide
Run the attached test. Click the buttons.
After the load, the onidle event delegate list should be empty, but its not.

I think this is also happens for data.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Adam Wolff - 21/Sep/06 04:16 PM
This happens even when proxied=false

Adam Wolff - 21/Sep/06 11:09 PM
Found in 3.3.3. Also present in trunk.

Henry Minsky - 25/Sep/06 09:53 AM
This is fixed in legals, for whatever that's worth.

I'm not sure what to do about back-patching, things have changed so much that I don't know what the easiest way
to track this down is. Maybe Max can remember what he did to fix this in the first place. Maybe I can copy just the load checker code from
legals and see if that works in 3.4


Henry Minsky - 25/Sep/06 10:09 AM
OK when I copy the methods
function attachLoadMovie ( resc ){

function startingLoad ( loadmc ){

function testLoad (){

from legals back to trunk, it fixes this bug. I will submit a patch.

Henry Minsky - 27/Nov/06 07:50 PM
This appears to have been fixed. Don't know which changeset.