Bug 133182 - Eclipse does not properly size Laszlo canvas
Summary: Eclipse does not properly size Laszlo canvas
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Laszlo (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: laszlo.ui-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-24 13:01 EST by bcummins CLA
Modified: 2006-03-24 13:37 EST (History)
0 users

See Also:


Attachments
Lzx file that shows the error (188 bytes, text/plain)
2006-03-24 13:02 EST, bcummins CLA
no flags Details
GIF file used to demonstrate the error (10.00 KB, image/gif)
2006-03-24 13:03 EST, bcummins CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bcummins CLA 2006-03-24 13:01:32 EST
Seen using IDE for Laszlo.  Run the following script in Eclipse.  For eclipse_gif use any graphic file with a height greater than 500 pixels.

<?xml version="1.0" encoding="UTF-8" ?>
<canvas>
<resource
	  name = "eclipse_gif"
	  src = "eclipse_gif.gif" >
	  
	</resource>
	
	<view
	  resource="eclipse_gif" />
	  
</canvas>

When you switch to the design tab in Eclipse the image is truncated.  When run in a browser environment the canvas is properly sized and the entire image is shown.
Comment 1 bcummins CLA 2006-03-24 13:02:56 EST
Created attachment 36899 [details]
Lzx file that shows the error
Comment 2 bcummins CLA 2006-03-24 13:03:25 EST
Created attachment 36901 [details]
GIF file used to demonstrate the error