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/12/04 21:01:21 UTC

[jira] Created: (XAP-189) Widgets: Button: Button causes sibling components to be "pressed" when button is pressed.

Widgets: Button: Button causes sibling components to be "pressed" when button is pressed.
-----------------------------------------------------------------------------------------

                 Key: XAP-189
                 URL: http://issues.apache.org/jira/browse/XAP-189
             Project: XAP
          Issue Type: Bug
          Components: Widgets
            Reporter: Matt Carbone


When placed in a container that will have a button above a sibling (ex verticalboxpane), when the button is pressed...the sibling components will have the same effect of being pressed.


 <verticalBoxPane align="start" padding="3px" width="500px" height="500px" >
    <button  id="btn_service_req" text="Service Request" /.>
    
  
    
    <button  id="btn_service_req2" text="Service Request"  />
    
    
  </verticalBoxPane>

-- 
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] Closed: (XAP-189) Widgets: Button: Button causes sibling components to be "pressed" when button is pressed.

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

Trevor Oldak closed XAP-189.
----------------------------


Problem is fixed.

Updated, correct xal:
<xal xmlns="http://openxal.org/ui/html">	
	<verticalBoxPane align="start" padding="3px" width="500px" height="500px" >
		<button id="btn_service_req" text="Service Request" />
			
			
			
			<button id="btn_service_req2" text="Service Request" />
			
			
	</verticalBoxPane>
</xal>

> Widgets: Button: Button causes sibling components to be "pressed" when button is pressed.
> -----------------------------------------------------------------------------------------
>
>                 Key: XAP-189
>                 URL: https://issues.apache.org/jira/browse/XAP-189
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: Matt Carbone
>
> When placed in a container that will have a button above a sibling (ex verticalboxpane), when the button is pressed...the sibling components will have the same effect of being pressed.
>  <verticalBoxPane align="start" padding="3px" width="500px" height="500px" >
>     <button  id="btn_service_req" text="Service Request" /.>
>     
>   
>     
>     <button  id="btn_service_req2" text="Service Request"  />
>     
>     
>   </verticalBoxPane>

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


[jira] Resolved: (XAP-189) Widgets: Button: Button causes sibling components to be "pressed" when button is pressed.

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

Rob Gagne resolved XAP-189.
---------------------------

    Resolution: Cannot Reproduce

> Widgets: Button: Button causes sibling components to be "pressed" when button is pressed.
> -----------------------------------------------------------------------------------------
>
>                 Key: XAP-189
>                 URL: https://issues.apache.org/jira/browse/XAP-189
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: Matt Carbone
>
> When placed in a container that will have a button above a sibling (ex verticalboxpane), when the button is pressed...the sibling components will have the same effect of being pressed.
>  <verticalBoxPane align="start" padding="3px" width="500px" height="500px" >
>     <button  id="btn_service_req" text="Service Request" /.>
>     
>   
>     
>     <button  id="btn_service_req2" text="Service Request"  />
>     
>     
>   </verticalBoxPane>

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