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/16 01:58:37 UTC

[jira] Commented: (XAP-136) Widgets: ComboBox/Menu: Internet Explorer: possible to interact with menu and comboBox at the

    [ http://issues.apache.org/jira/browse/XAP-136?page=comments#action_12450256 ] 
            
Matt Carbone commented on XAP-136:
----------------------------------

Widgets: ComboBox/Menu: Internet Explorer: possible to interact with menu and comboBox at the same time
------

because of bug-136, if a menu hovers over a comboBox, it is possible to work with both the comboBox and the menu at the same time.

Run the snippet and interact with the edit menu item.


   <xal:window>
            <xal:verticalBoxPane  height="100px" width="100px">
               
                <xal:horizontalBoxPane width="100%">
                    <xal:menuBar borderPosition="north">
                        <xal:menuBarItem text="File">
                            <xal:menu>
                                <xal:menuItem  text="New"/>
                                <xal:menuItem  text="Open"/>
                                <xal:menuItem  text="Close"/>
                                <xal:horizontalSeparator/>
                                <xal:menuItem text="Save"/>
                                <xal:menuItem text="Save As.."/>
                                <xal:menuItem text="Save As PDF"/>
                                <xal:horizontalSeparator/>
                                <xal:menuItem text="Premissions...">
                                    <xal:menu>
                                        <xal:menuItem text="Unrestricted Access"/>
                                        <xal:menuItem text="Do not forward"/>
                                    </xal:menu>
                                </xal:menuItem>
                                <xal:horizontalSeparator/>
                                <xal:menuItem text="Print"/>
                                <xal:menuItem text="Print Preview"/>
                                <xal:menuItem text="Properties"/>
                            </xal:menu>
                        </xal:menuBarItem>
                        
                        
                        <xal:menuBarItem text="Edit">
                            <xal:menu>
                                <xal:menuItem  text="Cut"/>
                                <xal:menuItem  text="Copy"/>
                                <xal:menuItem  text="Paste"/>
                                <xal:horizontalSeparator/>
                                <xal:menuItem  text="Find"/>
                                <xal:menuItem  text="Replace"/>
                                <xal:menuItem  text="Go to"/>
                                <xal:horizontalSeparator/>
                                <xal:menuItem text="Clear..">
                                    <xal:menu>
                                        <xal:menuItem text="Formats"/>
                                        <xal:menuItem text="Content"/>
                                    </xal:menu>
                                </xal:menuItem>
                                <xal:horizontalSeparator/>
                                <xal:menuItem text="Undo"/>
                            </xal:menu>
                        </xal:menuBarItem>
                        
                        <xal:menuBarItem text="View">
                            <xal:menu>
                                <xal:menuItem  text="Normal"/>
                                <xal:menuItem  text="Web Layout"/>
                                <xal:menuItem  text="Print Layout"/>
                                <xal:menuItem  text="Reading Layout"/>
                                <xal:menuItem  text="OutLine"/>
                                <xal:horizontalSeparator/>
                                <xal:menuItem  text="Header Footer"/>
                                <xal:menuItem  text="Markup"/>
                                <xal:horizontalSeparator/>
                                <xal:menuItem text="Full Screen"/>
                            </xal:menu>
                        </xal:menuBarItem>
                        
                        <xal:menuBarItem text="Insert">
                            <xal:menu>
                                <xal:menuItem  text="Break"/>
                                <xal:menuItem  text="Date Time"/>
                                <xal:menuItem  text="Symbol"/>
                                <xal:menuItem  text="Comment"/>
                                <xal:horizontalSeparator/>
                                <xal:menuItem  text="Reference...">
                                    <xal:menu>
                                        <xal:menuItem text="Footnote" />
                                        <xal:menuItem text="Caption" />
                                    </xal:menu>
                                </xal:menuItem>
                            </xal:menu>
                        </xal:menuBarItem>
                        
                        <xal:menuBarItem text="Help">
                            <xal:menu>
                                <xal:menuItem  text="Check for Updates"/>
                                <xal:menuItem  text="Online Help"/>
                                
                                <xal:horizontalSeparator/>
                                <xal:menuItem  text="About EasyMailClient"/>
                            </xal:menu>
                        </xal:menuBarItem>
                        
                        
                    </xal:menuBar>
                    
                </xal:horizontalBoxPane>
                
                <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>

> Widgets: ComboBox/Menu: Internet Explorer: possible to interact with menu and comboBox at the
> ---------------------------------------------------------------------------------------------
>
>                 Key: XAP-136
>                 URL: http://issues.apache.org/jira/browse/XAP-136
>             Project: XAP
>          Issue Type: Bug
>            Reporter: Matt Carbone
>


-- 
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