Hi, Roman,

the latest two patches on BasicListUI break the list word demo in the Swing activity board (adding new element (by pressing the button) no longer adds the elements to the end of the list.

It is possible that:
1. We may need to revert the patches or
2. Probably patches are correct and something inside the JList must be fixed instead.

For you, it may be easier to check which case is correct. If the JList works differently than expected, we should fill in the bug report.

2006-01-28  Roman Kennke  <[EMAIL PROTECTED]>

   * javax/swing/plaf/basic/BasicListUI.java
   (updateLayoutState): Removed unneeded special case for VERTICAL.

2006-01-28  Roman Kennke  <[EMAIL PROTECTED]>

   * javax/swing/plaf/basic/BasicListUI.java
   (getCellBounds): Determine correct list width when having a
   layoutOrientation of VERTICAL.
   (maybeUpdateLayoutState): Don't consider the validation state of
   the list.


Reply via email to