Community
Participate
Working Groups
Build Identifier: 20100917-0705 In RAP 1.3.0 and 1.3.1 the Table widget construted with the NO_SCROLL style works as expected in all cases (no scroll bars, no space allocated for them, etc) except when the mouse cursor is hovered over the table cells and the mouse wheel is scrolled. The cells can be scrolled down one row. There is no indication that the cells have been scrolled except the first row is nolonger visible and the last row is blank. In RAP 1.4.0 M4 the Tree widget is also impacted by this behaviour. Reproducible: Always Steps to Reproduce: 1. Run attached EntryPoint 2. Position mouse over control. Scroll mouse wheel 3. The Tree control at the top works on 1.3.x, doesn't work on 1.4.0 M4 4. The Table control at the bottom doesn't work on > 1.3 Both IE8 and Firefix 3.6 tested on WinXP SP3.
Created attachment 185609 [details] IEntryPoint to reproduce the issue
Confirmed with Controls Demo , Tree and Table tabs. NO_SCROLL does not prevent the tree/table from scrolling via mouse wheel.
Fixed in CVS HEAD. In case of NO_SCROLL style flag, the mouse wheel listener is not attached (or removed) from the client widget.