Widgets: HtmlHost: Windows inserted into HTML moves mostly offscreen when their 
titlebar is clicked
---------------------------------------------------------------------------------------------------

                 Key: XAP-427
                 URL: https://issues.apache.org/jira/browse/XAP-427
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Other, Widgets: Windows and Dialogs
            Reporter: Trevor Oldak


Put the following code in an HTML document:

                <div id="windowNode"></div>

And this in a xal file:
<xm:modifications document="html">
 <xm:embed-xal select="id('windowNode')">
  <window width="200px" height="200px">
   <label text="foo"/>
  </window>
  
 </xm:embed-xal>
</xm:modifications>

Run this code and click the title bar of the window. The window will shift up 
to the top of the page and will not let you move it back down.

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