Menu

#839 Window's hight can be reduced (IE6 only)

3.0.2
closed
nobody
5
2008-01-29
2008-01-29
Tom M. Yeh
No

When clicking the "100" button, the scrollbar shall appear.

Test codes:
<window id="t" title="sizing test" contentStyle="overflow:auto;background:blue" width="250px">
<button label="100" onClick='t.height = "100px"'/>
<button label="200" onClick='t.height = "200px"'/>
<button label="300" onClick='t.height = "300px"'/>
<div height="100px">abc</div>
</window>

Discussion

  • Tom M. Yeh

    Tom M. Yeh - 2008-01-29

    Logged In: YES
    user_id=91099
    Originator: YES

    Fixed since 1/29

     
  • Tom M. Yeh

    Tom M. Yeh - 2008-01-29
    • status: open --> closed
     

Log in to post a comment.