André Bargull | 1 Dec 18:40
Picon

[Fwd: For Review: Change 20071115-bargull-4 Summary: clickable- and visible-property in IE]

Still waiting for your reviews.
[This change resolves LPP-3539, LPP-4268, LPP-4916, LPP-4919 and LPP-5174.]

-------- Original-Message --------
Subject: 	For Review: Change 20071115-bargull-4 Summary: clickable- and 
visible-property in IE
Date: 	Thu, 15 Nov 2007 23:36:11 +0100
From: 	André Bargull <a.bargull <at> intensis.de>
To: 	max <at> laszlosystems.com, promanik <at> laszlosystems.com
CC: 	laszlo-dev <at> openlaszlo.org

Change 20071115-bargull-4 by bargull <at> dell--p4--2-53 on 2007-11-15 23:20:38
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: clickable- and visible-property in IE

New Features:

Bugs Fixed:
LPP-4916 - modaldialog cannot be dragged w/ IE7 DHTML in trunk build 6836

Technical Reviewer: max
QA Reviewer: promanik
Doc Reviewer: (pending)

Documentation:

Release Notes:

(Continue reading)

Philip Romanik | 1 Dec 19:40
Favicon

Re: For Review: Change 20071115-bargull-4 Summary: clickable- and visible-property in IE

The change fixes LPP-3539, but it breaks the app from LPP-3307 (as well as the weather app) in IE7/dhtml.

The app from LPP-3307 is:

<canvas height="200">
  <view clickable="true" width="300" height="200">
    <inputtext x="50" width="175" bgcolor="0xeeeeee"/>
  </view>
</canvas>

In IE7/dhtml the inputtext cannot be selected. If I remove the changeset, LPP-3307 works again.





Still waiting for your reviews.
[This change resolves LPP-3539, LPP-4268, LPP-4916, LPP-4919 and LPP-5174.]
 
-------- Original-Message --------
Subject:    For Review: Change 20071115-bargull-4 Summary: clickable- and
visible-property in IE
Date:       Thu, 15 Nov 2007 23:36:11 +0100
From:       André Bargull <a.bargull <at> intensis.de>
To:   max <at> laszlosystems.com, promanik <at> laszlosystems.com
CC:   laszlo-dev <at> openlaszlo.org
 
 
 
Change 20071115-bargull-4 by bargull <at> dell--p4--2-53 on 2007-11-15 23:20:38 in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
 
Summary: clickable- and visible-property in IE
 
New Features:
 
Bugs Fixed:
LPP-4916 - modaldialog cannot be dragged w/ IE7 DHTML in trunk build 6836
 
Technical Reviewer: max
QA Reviewer: promanik
Doc Reviewer: (pending)
 
Documentation:
 
Release Notes:
 
Details:
Reverting parts of changesets rev. #3457 and rev. #3460 to fix LPP-4916.
These changesets seems to be unnecessary (at least now), because removing it does not revive the bug at LPP-3307 (Max might give more infos to LPP-3307).
 
 
Tests:
see testcases at bugreport
 
Files:
M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
 
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20071115-bargull-4.tar
André Bargull | 1 Dec 21:16
Picon

Re: For Review: Change 20071115-bargull-4 Summary: clickable- and visible-property in IE

The application from LPP-3307 is working for me in IE6/dhtml with the 
previous changeset...
May you try this one (updated): 
http://svn.openlaszlo.org/openlaszlo/patches/20071115-bargull-4.tar

- André

On 12/1/2007 7:40 PM, Philip Romanik wrote:
> The change fixes LPP-3539, but it breaks the app from LPP-3307 (as 
> well as the weather app) in IE7/dhtml.
>
> The app from LPP-3307 is:
>
> <canvas height="200">
>   <view clickable="true" width="300" height="200">
>     <inputtext x="50" width="175" bgcolor="0xeeeeee"/>
>   </view>
> </canvas>
>
> In IE7/dhtml the inputtext cannot be selected. If I remove the 
> changeset, LPP-3307 works again.
>
>
>
>
>
>> Still waiting for your reviews.
>> [This change resolves LPP-3539, LPP-4268, LPP-4916, LPP-4919 and 
>> LPP-5174.]
>>  
>> -------- Original-Message --------
>> Subject:    For Review: Change 20071115-bargull-4 Summary: clickable- 
>> and
>> visible-property in IE
>> Date:       Thu, 15 Nov 2007 23:36:11 +0100
>> From:       André Bargull <a.bargull <at> intensis.de>
>> To:   max <at> laszlosystems.com, promanik <at> laszlosystems.com
>> CC:   laszlo-dev <at> openlaszlo.org
>>  
>>  
>>  
>> Change 20071115-bargull-4 by bargull <at> dell--p4--2-53 on 2007-11-15 
>> 23:20:38 in /home/Admin/src/svn/openlaszlo/trunk
>> for http://svn.openlaszlo.org/openlaszlo/trunk
>>  
>> Summary: clickable- and visible-property in IE
>>  
>> New Features:
>>  
>> Bugs Fixed:
>> LPP-4916 - modaldialog cannot be dragged w/ IE7 DHTML in trunk build 6836
>>  
>> Technical Reviewer: max
>> QA Reviewer: promanik
>> Doc Reviewer: (pending)
>>  
>> Documentation:
>>  
>> Release Notes:
>>  
>> Details:
>> Reverting parts of changesets rev. #3457 and rev. #3460 to fix LPP-4916.
>> These changesets seems to be unnecessary (at least now), because 
>> removing it does not revive the bug at LPP-3307 (Max might give more 
>> infos to LPP-3307).
>>  
>>  
>> Tests:
>> see testcases at bugreport
>>  
>> Files:
>> M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
>>  
>> Changeset:
>> http://svn.openlaszlo.org/openlaszlo/patches/20071115-bargull-4.tar 

Philip Romanik | 2 Dec 04:43
Favicon

Re: For Review: Change 20071115-bargull-4 Summary: clickable- and visible-property in IE

I tried your new changeset but I'm seeing the same behavior in IE7/dhtml.



The application from LPP-3307 is working for me in IE6/dhtml with the previous changeset...
May you try this one (updated):
http://svn.openlaszlo.org/openlaszlo/patches/20071115-bargull-4.tar
 
- André
 
On 12/1/2007 7:40 PM, Philip Romanik wrote:
> The change fixes LPP-3539, but it breaks the app from LPP-3307 (as
> well as the weather app) in IE7/dhtml.
>
> The app from LPP-3307 is:
>
> <canvas height="200">
>   <view clickable="true" width="300" height="200">
>     <inputtext x="50" width="175" bgcolor="0xeeeeee"/>
>   </view>
> </canvas>
>
> In IE7/dhtml the inputtext cannot be selected. If I remove the
> changeset, LPP-3307 works again.
>
>
>
>
>
>> Still waiting for your reviews.
>> [This change resolves LPP-3539, LPP-4268, LPP-4916, LPP-4919 and
>> LPP-5174.]
>> 
>> -------- Original-Message --------
>> Subject:    For Review: Change 20071115-bargull-4 Summary: clickable-
>> and
>> visible-property in IE
>> Date:       Thu, 15 Nov 2007 23:36:11 +0100
>> From:       André Bargull <a.bargull <at> intensis.de>
>> To:   max <at> laszlosystems.com, promanik <at> laszlosystems.com
>> CC:   laszlo-dev <at> openlaszlo.org
>> 
>> 
>> 
>> Change 20071115-bargull-4 by bargull <at> dell--p4--2-53 on 2007-11-15
>> 23:20:38 in /home/Admin/src/svn/openlaszlo/trunk
>> for http://svn.openlaszlo.org/openlaszlo/trunk
>> 
>> Summary: clickable- and visible-property in IE
>> 
>> New Features:
>> 
>> Bugs Fixed:
>> LPP-4916 - modaldialog cannot be dragged w/ IE7 DHTML in trunk build
>> 6836
>> 
>> Technical Reviewer: max
>> QA Reviewer: promanik
>> Doc Reviewer: (pending)
>> 
>> Documentation:
>> 
>> Release Notes:
>> 
>> Details:
>> Reverting parts of changesets rev. #3457 and rev. #3460 to fix LPP-4916.
>> These changesets seems to be unnecessary (at least now), because
>> removing it does not revive the bug at LPP-3307 (Max might give more
>> infos to LPP-3307).
>> 
>> 
>> Tests:
>> see testcases at bugreport
>> 
>> Files:
>> M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
>> 
>> Changeset:
>> http://svn.openlaszlo.org/openlaszlo/patches/20071115-bargull-4.tar
 
Timo Ernst | 2 Dec 17:46

Re: OpenLaszlo: Scientific Paper

Henry Minsky wrote:
> There is some older reference material in the source tree under the
> directory docs/src/internal, you
> should look at the compiler.html and script-compiler.html files in particular.

Hm, couldn't find either the path or the files.

You sure, it's the right path?

- Timo

David Temkin | 2 Dec 20:43
Favicon

non-SOLO app & CDN (content distribution network)

What would it take to distribute a proxied OL app as a static SWF that  
points to an LPS at a developer-defined URL/IP address?

Zvi is asking this because he'd like to distribute his app on a CDN  
(like Akamai) -- which would require a static SWF -- and then have  
that app refer to an LPS instance that he hosts.

Can the LFC be patched to make all proxy calls through a different  
server than the one that compiled/served the SWF?

- D.

Henry Minsky | 2 Dec 21:00
Picon

Re: OpenLaszlo: Scientific Paper

Do you have the source distribution? Check it out from subversion. These files aren't in the binary distro.

On Dec 2, 2007 11:46 AM, Timo Ernst < mail <at> timo-ernst.net> wrote:
Henry Minsky wrote:
> There is some older reference material in the source tree under the
> directory docs/src/internal, you
> should look at the compiler.html and script-compiler.html files in particular.

Hm, couldn't find either the path or the files.

You sure, it's the right path?

- Timo



--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com

Henry Minsky | 2 Dec 21:09
Picon

Re: non-SOLO app & CDN (content distribution network)

Yes it could be patched.

I have been planning to add an API to the new HTTPDataProvider API to allow you to specify the proxy server explicitly,
but never had a chance to.



On Dec 2, 2007 2:43 PM, David Temkin <temkin <at> laszlosystems.com> wrote:
What would it take to distribute a proxied OL app as a static SWF that
points to an LPS at a developer-defined URL/IP address?

Zvi is asking this because he'd like to distribute his app on a CDN
(like Akamai) -- which would require a static SWF -- and then have
that app refer to an LPS instance that he hosts.

Can the LFC be patched to make all proxy calls through a different
server than the one that compiled/served the SWF?

- D.




--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com

Timo Ernst | 2 Dec 21:13

Re: OpenLaszlo: Scientific Paper

Ah, I found it.

Thanks again, Henry.

You helped me out a lot :-)

- Timo

Henry Minsky wrote:
> Do you have the source distribution? Check it out from subversion. These
> files aren't in the binary distro.
> 
> On Dec 2, 2007 11:46 AM, Timo Ernst < mail <at> timo-ernst.net
> <mailto:mail <at> timo-ernst.net>> wrote:
> 
>     Henry Minsky wrote:
>     > There is some older reference material in the source tree under the
>     > directory docs/src/internal, you
>     > should look at the compiler.html and script-compiler.html files in
>     particular.
> 
>     Hm, couldn't find either the path or the files.
> 
>     You sure, it's the right path?
> 
>     - Timo
> 
> 
> 
> 
> -- 
> Henry Minsky
> Software Architect
> hminsky <at> laszlosystems.com <mailto:hminsky <at> laszlosystems.com>
> 

P T Withington | 3 Dec 02:56
Picon
Favicon
Gravatar

For Review: Change 20071202-ptw-w Summary: Debugger improvements to help me with diamond DHTML

Change 20071202-ptw-w by ptw <at> dueling-banjos.local on 2007-12-02  
20:37:06 EST
     in /Users/ptw/OpenLaszlo/ringding-2
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Debugger improvements to help me with diamond DHTML

Bugs Fixed:
LPP-5182 'We could give better backtraces for unhandled errors in DHTML'
LPP-5181 'new calls do not have correct line number in backtrace'

Technical Reviewer: dda <at> ddanderson.com (pending)
QA Reviewer: ewinard <at> laszlosystems.com (pending)

Details:
     LzMessage: Look for saved backtrace

     LzRuntime: Pass uncaught error backtrace to LzMessage

     JavascriptGenerator, CodeGenerator:  Break out call-site
     annotation, use in function calls and new calls

     JavascriptGenerator:  Put a catch block around all functions to
     record a backtrace if an exception is thrown and not caught.

Tests:
     smokecheck, test case from bugs

Files:
M      WEB-INF/lps/lfc/debugger/LzMessage.lzs
M      WEB-INF/lps/lfc/compiler/LzRuntime.lzs
M      WEB-INF/lps/server/src/org/openlaszlo/sc/JavascriptGenerator.java
M      WEB-INF/lps/server/src/org/openlaszlo/sc/CodeGenerator.java

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071202-ptw-w.tar


Gmane