Community
Participate
Working Groups
Build Identifier: 20100218-1602 In Windows, calling setDigits() on a spinner does not fire any event. This is not the case on Linux. The attached JUnit test highlights the bug, this event should not be triggered when calling setDigits(). This makes our product working differently in Windows and Linux. Reproducible: Always Steps to Reproduce: 1.Create a spinner. 2.Call setDigits(XX) 3.On Windows, the event is not fired. What is fine. 4.On Linux, the event is fired. Here is the bug.
Created attachment 177070 [details] unit test
Created attachment 177071 [details] unit test
Fixed in HEAD > 20100820 Please, verify it in the next nightly build. Thanks.
Created attachment 177418 [details] patch for R3_4_maintenance