[Michael Mikhaylov]


There is a strange issue with the ScrollPane on FireFox. If I put
FreePane inside ScrollPane, it seems to work ok, but the children of
ScrollPane are not visible:


<xal xmlns="http://openxal.org/ui/html";>
 <rootPane>
    <freePane width="1024px" height="768px">
      <scrollPane id="sp" height="100px" width="200px" x="50px" y="80px"
>
        <freePane height="200px" width="200px">

<button height="25px" text="Forward" width="100px" x="30px" "20px" /> 

<button height="25px" text="Back" width="100px" x="30px" y="50px" />

        </freePane>
      </scrollPane>
    </freePane>
  </rootPane>
</xal>

I'll look at it a bit more to see if I need to file a JIRA bug.

Reply via email to