[
https://issues.apache.org/jira/browse/XAP-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Turyn, Michael resolved XAP-266.
--------------------------------
Resolution: Fixed
See r.499232..
WIndow was centering itself when its parent window still had a width and height
of 0; I changed things so that if centering is desired, it's set up to be
done after the parent node has a non-zero extent.
> Widgets: Window: Centered attribute can put windows outside the screen area
> ---------------------------------------------------------------------------
>
> Key: XAP-266
> URL: https://issues.apache.org/jira/browse/XAP-266
> Project: XAP
> Issue Type: Bug
> Components: Widgets
> Reporter: Trevor Oldak
>
> Open the window widget component test in a text editor.
> Find this window:
> <xal:window title="No min,max,close or resize"
> x="200px" resizable="false"
> minimizable="false" maximizable="false"
> closable="false"/>
> Set the centered attribute to "true" and load the example in a browser.
> The window appears horizontally centered but at the top of the screen, so
> it's title bar is outside the top. As a result, this window cannot be moved.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.