Menu

Bug report about vertical scroll bar

sooyoongn
2009-03-26
2013-04-29
  • sooyoongn

    sooyoongn - 2009-03-26

    1. Add rows to a table so that the vertical scroll bar becomes visible.
    2. Use the scroll bar to scroll all the way to the bottom so that the last row is visible.
    3. Delete all the rows.
    4. Add similar number of rows as in Step 1.
    5. Use the scroll bar to scroll all the way to the top.
    6. Notice that you can no longer scroll to the first row. The scroll bar gets stuck halfway to the top.

     
    • sooyoongn

      sooyoongn - 2009-03-26

      Actually the rows have to be deleted one at a time to reproduce this bug e.g.

      table1.TableModel.Rows.RemoveAt(i);

       

Log in to post a comment.