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

Key: LPP-4562
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P1 P1
Assignee: Max Carlson
Reporter: P T Withington
Votes: 0
Watchers: 0
Operations

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

LoadJS works differently in the dev console

Created: 23/Aug/07 01:02 PM   Updated: 27/Aug/07 01:43 PM
Component/s: Developer Console, HTML Wrappers
Affects Version/s: 4.0.5WaffleCone
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

File Attachments: 1. File loadjs-lpp-4562.lzx (0.5 kb)


Severity: Minor
Fixed in Change#: 6,256
Runtime: N/A
Fix in hand: False


 Description  « Hide
Date: Thu, 23 Aug 2007 12:58:07 -0700
From: Lorien Henry-Wilkins <lhenrywilkins@laszlosystems.com>
Subject: Re: [Diamond] have to provide target for LoadJS calls now?

Yeah, I do mean the dev console. It seems to be using different wrapper
javascript than we currently use in our webtop wrapper - it uses
embed-compressed.js whereas we use embed.js and vembed.js, and in the
dev console the app is placed in an iframe. I'd like to be consistent
here, because the difference is pretty big - having the app placed in an
iframe is a bit surprising and can cause problems with the html.


P T Withington wrote:
> By 'default template', you mean the developer's console? Is there
> something we can do to make that more useful? We should not have a
> gratuitous diffference here.
>
> On 2007-08-21, at 20:24 EDT, Lorien Henry-Wilkins wrote:
>
>> Answer to my own question: the default OL template puts the swf in an
>> iframe. According to Max it won't do this if you add lzt=html.
>>
>> Lorien
>>
>> Lorien Henry-Wilkins wrote:
>>> Does anybody know why I now have to provide a target to LoadJS calls
>>> when before if the value was "null" it would assume the frame that
>>> contains the lzx?
>>>
>>> THanks,
>>> Lorien
>>>
>>> _______________________________________________
>>> Diamond mailing list
>>> Diamond@laszlosystems.com
>>> https://hedwig.laszlosystems.com/mailman/listinfo/diamond
>>>
>>
>>
>> _______________________________________________
>> Diamond mailing list
>> Diamond@laszlosystems.com
>> https://hedwig.laszlosystems.com/mailman/listinfo/diamond
>




 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 23/Aug/07 01:03 PM
Is there anything we can do to make the dev console and the html wrapper behave the same here?

Max Carlson - 27/Aug/07 11:10 AM
This app shows the difference between trunk and wafflecone. In trunk, you will see 'true' when clicking any of the buttons. wafflecone will say 'false' (except for the 'null' targetted button).