[ 
https://issues.apache.org/jira/browse/XAP-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Turyn, Michael updated XAP-355:
-------------------------------

       Priority: Critical  (was: Major)
    Description: 
1.) Content not displayed in Firefox
2.)The bordered box which would hold the resizing handle in its lower-right 
corner even though the window is unresizable.

Maybe dojo upgrading issue. 

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



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

        Summary: Widgets:window display issues  (was: Widgets:windows display 
inssue)

> Widgets:window display issues
> -----------------------------
>
>                 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
>            Priority: Critical
>
> 1.) Content not displayed in Firefox
> 2.)The bordered box which would hold the resizing handle in its lower-right 
> corner even though the window is unresizable.
> Maybe dojo upgrading issue. 
> Attached is 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.

Reply via email to