Bug 134640 - Error when root element of included file extends view
Summary: Error when root element of included file extends view
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Laszlo (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: laszlo.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-03 19:14 EDT by Frisco Del Rosario CLA
Modified: 2006-05-13 00:32 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frisco Del Rosario CLA 2006-04-03 19:14:39 EDT
Andrew Swan reported

<canvas>
     <include href="content.lzx"/>
</canvas>

when content.lzx =

<vbox/>

Saving content.lzx returns "save failed:unexpected root element: vbox".

Max said the outer node checking code should allow any subclass of view or node or library class.
Comment 1 Andrew Chandler CLA 2006-05-13 00:31:51 EDT
Hmm - Ok - I'll try to take a look at this in the next few days.