[ http://issues.apache.org/jira/browse/XAP-133?page=all ]
Trevor Oldak closed XAP-133. ---------------------------- > Widgets: window: window changes into other components when minimized then > pressing tab while still active (if window has components in it) > ------------------------------------------------------------------------------------------------------------------------------------------ > > Key: XAP-133 > URL: http://issues.apache.org/jira/browse/XAP-133 > Project: XAP > Issue Type: Bug > Components: Widgets > Reporter: Matt Carbone > Priority: Critical > > Window will change into other components if it is minimized and then tab is > pressed while it is still active. > run snippet, minimize window, then press tab a couple of times. Window is now > a textField > <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> -- 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
