Widgets: TextField: Textfield after textArea in verticalBoxPane causes 
textField to display as inline
-----------------------------------------------------------------------------------------------------

                 Key: XAP-507
                 URL: https://issues.apache.org/jira/browse/XAP-507
             Project: XAP
          Issue Type: Bug
          Components: Widgets: TextField / TextArea / PasswordField
            Reporter: Trevor Oldak
            Priority: Critical


<xal xmlns="http://openxal.org/ui/html";>
  <freePane width="1800px" height="1800px">
    <verticalBoxPane height="300px" width="1070px" x="0px" y="10px">
        <textArea height="100px" width="100px" 
borderStyle="solid">TextArea</textArea>
        <textField height="100px" width="100px" text="TextField" 
borderStyle="solid"/>
    </verticalBoxPane>
  </freePane>
</xal>

See the behavior of the source above. The textField is offset to the right.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to