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