|
For nightly build 5388, the sample below demonstrates that DHTML IE7
& FF do not position the yellow view into negative y coordinates
within a window's titlearea: <canvas id="maincanvas" width="100%" height="100%" validate="false" debug="true" proxied="false" bgcolor="0x00aaaa"> <debug x="650" y="200" width="800" height="400" fontsize="12"/> <window x="100" y="100" width="200" height="200"> <view x="$once{parent.width-this.width-10}" y="0" placement="titlearea" width="16" height="16" bgcolor="0xffcc00"/> </window> <window x="300" y="100" width="200" height="200"> <view x="$once{parent.width-this.width-10}" y="-10" placement="titlearea" width="16" height="16" bgcolor="0xffcc00"/> </window> </canvas> SWF mode works as expected. Seems to apply for x coordinates as well. |

