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

Key: LPP-3224
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Unassigned
Reporter: P T Withington
Votes: 0
Watchers: 0
Operations

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

Remove canvas size specifications from Laszlo-in-10 examples

Created: 07/Dec/06 12:18 PM   Updated: 27/Jun/07 01:58 PM
Component/s: SA - Laszlo Explorer
Affects Version/s: Legals PR4, 4.0.0
Fix Version/s: 4.0.3, Legals

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 2,975
Runtime: N/A
Fix in hand: False


 Description  « Hide
From: David Temkin <temkin@laszlosystems.com>
Subject: Re: [Platform-team] Fwd: Canvas width in Laszlo-in-10
Date: Thu, 7 Dec 2006 11:49:24 -0800

Exactly.

On Dec 7, 2006, at 11:45 AM, P T Withington wrote:

> I mentioned this in mail to Phil, but let's file it.
>
> In the olden days, you had to specify a size for the canvas, but
> now the canvas will just fill the window if you say nothing at all,
> so in all the l-in-10 examples, the canvas should not have any
> dimensions, that way they will not clip when you change the size of
> the viewer pane.
>
> Also, if there are any examples that include a <debug> tag to size
> or position the debugger, they should be removed too, since the
> debugger also auto-sizes now.
>
> On 2006-12-07, at 13:19 EST, Jim Grandy wrote:
>
>> I don't think that's it. David wants the canvas to resize
>> dynamically as the browser window size changes.
>>
>> On Dec 7, 2006, at 11:15 AM, Mamye Kratt wrote:
>>
>>> LPP-3139 Flash and DHTML: Display area is cropped in Laszlo-in-10
>>> ----- Original Message -----
>>> From: Jim Grandy
>>> To: pbr@laszlosystems.com
>>> Cc: Platform Team
>>> Sent: Thursday, December 07, 2006 1:13 PM
>>> Subject: [Platform-team] Fwd: Canvas width in Laszlo-in-10
>>>
>>> Phil,
>>>
>>> When you get a chance, can you make sure this is in JIRA?
>>>
>>> Thanks,
>>>
>>> jim
>>>
>>> Begin forwarded message:
>>>
>>>> From: David Temkin <temkin@laszlosystems.com>
>>>> Date: December 7, 2006 10:12:04 AM PST
>>>> To: Jim Grandy <jgrandy@openlaszlo.org>
>>>> Subject: Canvas width in Laszlo-in-10
>>>>
>>>> Just wanted to make sure this got recorded as a bug/task:
>>>>
>>>> Please remove each of the "width" attributes from the canvas
>>>> tags in the various steps of Laszlo-in-10. The canvas should
>>>> stretch to the available width.
>>>>
>>>> Thanks...
>>>>
>>>> - D.
>>>>
>>>
>>>
>>
>



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Philip Romanik - 08/Dec/06 05:27 AM
(See LPP-3243 to upgrade l-in-10 to use uniform copyright).

Change 20061208-Philip-6 by Philip@Philip-DC on 2006-12-08 06:03:08 EST
   in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/legals

Summary: Remove canvas size specifications from Laszlo-in-10

New Features:

Bugs Fixed: LPP-3224

Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
I remove any width specifications from <canvas>. The canvas will fill the window
 instead of the specified width.

Tests:
Ran each test in swf and dhtml (If you see the taskbar (app-console) while runni
ng in dhtml, see LPP-3223). I also found an issue with scripting->debugger (dhtm
l) which I'll fill a separate jira bug for.

Files:
M laszlo-explorer/scripting/methods.lzx
M laszlo-explorer/scripting/events.lzx
M laszlo-explorer/constraints/basics.lzx
M laszlo-explorer/constraints/constraints.lzx
M laszlo-explorer/constraints/splitpanel.lzx
M laszlo-explorer/constraints/proportions.lzx
M laszlo-explorer/classes/methods.lzx
M laszlo-explorer/classes/events.lzx
M laszlo-explorer/classes/attributes.lzx
M laszlo-explorer/classes/inheritance.lzx
M laszlo-explorer/classes/withclasses.lzx
M laszlo-explorer/classes/withoutclasses.lzx
M laszlo-explorer/basics/form.lzx
M laszlo-explorer/basics/hello.lzx
M laszlo-explorer/basics/drag-and-drop.lzx
M laszlo-explorer/basics/fonts.lzx
M laszlo-explorer/basics/hellowindow.lzx
M laszlo-explorer/basics/scrolling.lzx
M laszlo-explorer/basics/mediaaudio.lzx
M laszlo-explorer/basics/mediavideo.lzx
M laszlo-explorer/basics/view.lzx
M laszlo-explorer/basics/mediaimg.lzx
M laszlo-explorer/basics/layout.lzx
M laszlo-explorer/basics/hellobutton.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20061208-Philip-6.tar

Mamye Kratt - 15/Jun/07 01:11 PM
(legals build r5400)
legals/laszlo-explorer/classes/methods.lzx still had width. Removed width and checked in as r5432. All others were fine.

Mamye Kratt - 27/Jun/07 01:58 PM
Needed to reopen to add fix versions