Community
Participate
Working Groups
On Eclipse 3.1, scroll bar does not send a selection event with event detail as 0 at the end of a drag. According to Scrollbar's documentation, the scroll bar should send this selection event at the end of the scroll bar drag.
This was changed to be consistent with non-Windows platforms that do not issue scroll bar end notification. Can you show me where detail=0 is documented?
In Scrollbar.java, at the javadoc from addSelectionListener function. This change breaks compatibility from 3.0 to 3.1. Is there a way to figure out when the user has finished scrolling?
Yikes, I was wrong!
*** This bug has been marked as a duplicate of 100610 ***