Widgets:windows display inssue
------------------------------
Key: XAP-355
URL: https://issues.apache.org/jira/browse/XAP-355
Project: XAP
Issue Type: Bug
Components: Widgets: Windows and Dialogs
Environment: Platform 4.5.5, Studio 3.0.3
Reporter: Jing Wang
There is a bordered box always display at the bottom of the window.
Maybe dojo upgrading issue.
Attached the simple window xal :
<window xmlns="http://openxal.org/ui/html" height="160px" width="300px"
id="requestWindow" title="Request New Trace" minimizable="false"
maximizable="false" resizable="false" centered="true" visible="true">
<freePane fontSize="8pt" width="300px" height="160px">
<label text="You are requesting for a new trace, are you" x="0px"
y="10px" width="220px" borderStyle="solid" borderColor="red" borderWidth="0px"
padding="10px 20px"/>
<label text="sure you want to proceed the request?" x="0px" y="40px"
width="220px" borderStyle="solid" borderColor="red" borderWidth="0px"
padding="0px 20px"/>
<button height="25px" text="Cancel" width="80px" x="90px" y="80px"
onCommand="macro:closeHelpDialog.execute('helpDialog')"/>
<button height="25px" text="Yes" width="80px" x="180px" y="80px"
onCommand="mco:handler.requestNewTrace()"/>
</freePane>
</window>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.