You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Matt Carbone (JIRA)" <xa...@incubator.apache.org> on 2006/11/15 22:23:37 UTC

[jira] Created: (XAP-134) Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added

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

        

[jira] Updated: (XAP-134) Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added

Posted by "James Margaris (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Margaris updated XAP-134:
-------------------------------

    Component/s:     (was: Other widgets)
                 Windows and Dialogs

> Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added
> ------------------------------------------------------------------------------------------
>
>                 Key: XAP-134
>                 URL: https://issues.apache.org/jira/browse/XAP-134
>             Project: XAP
>          Issue Type: Bug
>          Components: Windows and Dialogs
>            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.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (XAP-134) Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added

Posted by "Rob Gagne (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Gagne resolved XAP-134.
---------------------------

    Resolution: Fixed

mostly resolved.

> Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added
> ------------------------------------------------------------------------------------------
>
>                 Key: XAP-134
>                 URL: https://issues.apache.org/jira/browse/XAP-134
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Windows and Dialogs
>            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.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (XAP-134) Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-134.
----------------------------


> Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added
> ------------------------------------------------------------------------------------------
>
>                 Key: XAP-134
>                 URL: https://issues.apache.org/jira/browse/XAP-134
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Windows and Dialogs
>            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.
-
You can reply to this email to add a comment to the issue online.