[ http://issues.apache.org/jira/browse/XAP-73?page=all ]
Matt Carbone closed XAP-73. --------------------------- > freePanel: Y axis values are not correct. > ----------------------------------------- > > Key: XAP-73 > URL: http://issues.apache.org/jira/browse/XAP-73 > Project: XAP > Issue Type: Bug > Components: Widgets > Reporter: Matt Carbone > > Desc--- > Children xal elements of a freePanel with y axis attributes are not displayed > correctly. For example, a single label in a freePanel with a y value of 1 is > displayed towards the middle of the y axis when with the origin at the upper > left corner of the browser. > Steps--- > markup: > <xal xmlns:xal="http://www.openxal.org/xal"> > <xal:freePanel > backgroundColor="#ffffff" borderWidth="5" borderColor="#A6C8FF" > borderStyle="solid" > width="100%" height="100%"> > > > <xal:label fontFamily="Arial" fontSize="16px" text="XBLAH" x="500px" > y="1" /> > <xal:label fontFamily="Arial" fontSize="16px" text="XBLAH" x="100px" > y="1" /> > <xal:label fontFamily="Arial" fontSize="16px" text="XBLAH" x="500px" > y="300px" /> > <xal:label fontFamily="Arial" fontSize="16px" text="XBLAH" x="100px" > y="300px" /> > > > </xal:freePanel> > </xal> -- 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
