Widgets: window: resizing by dragging becomes sluggish as containers and
widgets are added
------------------------------------------------------------------------------------------
Key: XAP-134
URL: http://issues.apache.org/jira/browse/XAP-134
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Matt Carbone
Resize each of the windows in the snippet by dragging.
<xal:window>
<xal:verticalBoxPane height="100px" width="100px">
<xal:horizontalBoxPane>
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
</xal:horizontalBoxPane>
<xal:horizontalBoxPane>
<xal:button width="70px" textPlacementHorizontal="left"
text="To " fontSize="12px" /><label text=" " /><textField height="25px"
width="500px" />
</xal:horizontalBoxPane>
<xal:horizontalBoxPane>
<xal:button width="70px" textPlacementHorizontal="left"
fontSize="12px" text="CC " /><label text=" " /><textField height="25px"
width="500px" />
</xal:horizontalBoxPane>
<xal:horizontalBoxPane>
<xal:button width="70px" fontSize="12px" text="Subject"
/><label text=" " /><textField height="25px" width="500px" />
</xal:horizontalBoxPane>
<xal:horizontalBoxPane>
<xal:button height="30px" />
<xal:comboBox selectionMode="singleRow">
<xal:listBox height="30px" selectionMode="singleRow">
<xal:listItem text="Arial" />
<xal:listItem text="Book Antiqua" />
<xal:listItem text="Comic Sans MS" />
<xal:listItem text="Courier New" />
<xal:listItem text="Times New Roman" />
</xal:listBox>
</xal:comboBox>
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
<xal:button height="30px" />
</xal:horizontalBoxPane>
<xal:horizontalBoxPane>
<xal:comboBox selectionMode="singleRow">
<xal:listBox height="20px" selectionMode="singleRow">
<xal:listItem text="8" />
<xal:listItem text="9" />
<xal:listItem text="10" />
<xal:listItem text="11" />
<xal:listItem text="12" />
<xal:listItem text="13" />
<xal:listItem text="14" />
<xal:listItem text="15" />
<xal:listItem text="16" />
<xal:listItem text="17" />
<xal:listItem text="18" />
</xal:listBox>
</xal:comboBox>
<xal:comboBox selectionMode="singleRow">
<xal:listBox height="20px" selectionMode="singleRow">
<xal:listItem text="10%" />
<xal:listItem text="25%" />
<xal:listItem text="50%" />
<xal:listItem text="75%" />
<xal:listItem text="100%" />
<xal:listItem text="125%" />
<xal:listItem text="125%" />
</xal:listBox>
</xal:comboBox>
<xal:comboBox selectionMode="singleRow">
<xal:listBox height="20px" selectionMode="singleRow">
<xal:listItem text="HTML" />
<xal:listItem text="Rich Text" />
<xal:listItem text="Plain Text" />
</xal:listBox>
</xal:comboBox>
</xal:horizontalBoxPane>
<xal:horizontalBoxPane>
<xal:textArea width="568px" height="300px" />
</xal:horizontalBoxPane>
</xal:verticalBoxPane>
</xal:window>
<xal:window></xal:window>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira