Bug 316815 - FormLayout doesn't work with certain FormAttachment defined
Summary: FormLayout doesn't work with certain FormAttachment defined
Status: NEW
Alias: None
Product: XWT
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 15:33 EDT by Alexander Mitin CLA
Modified: 2013-01-24 15:31 EST (History)
1 user (show)

See Also:


Attachments
Sample code reproducing the problem (860 bytes, text/plain)
2010-06-14 15:35 EDT, Alexander Mitin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Mitin CLA 2010-06-14 15:33:27 EDT
Build Identifier: lastest from CVS

FormLayout renders incorrectly if FormAttachment defines link to other control which created later in XWT code.

Reproducible: Always

Steps to Reproduce:
1. Create XWT Control, named 'control1'
2. Create XWT Control, named 'control2'
3. Setup FormAttachment for the right side of 'control1' bound to 'control2'.
Comment 1 Alexander Mitin CLA 2010-06-14 15:35:38 EDT
Created attachment 171864 [details]
Sample code reproducing the problem

Sample code reproducing the problem