Hi,
Here a small test case which reproduces a problem I currently have with the calendar. Actually, when in the month view, and when you left click on a day which is grayed out (Sat/Sun for example), the scrollbars are shown and then hidden when the mouse button is released.
We are running SGWT 4.1p, v9.1p_2014-08-11/PowerEdition Deployment (built 2014-08-11)
Many thanks,
Thomas
Here a small test case which reproduces a problem I currently have with the calendar. Actually, when in the month view, and when you left click on a day which is grayed out (Sat/Sun for example), the scrollbars are shown and then hidden when the mouse button is released.
Code:
Calendar calendar = new Calendar(); calendar.setWidth100(); calendar.setHeight100(); calendar.show();
Many thanks,
Thomas
Comment