Community
Participate
Working Groups
Mouse-wheel scrolling on ScrolledComposite, Table, Tree etc. seems to be broken with the current Firefox 3.6.10 release. When selecting (clicking on) the scrollbars, scrolling works. When selecting the drop-down menu of a combo, scrolling works. Scrolling does also NOT work when simply selecting the combo and try to change the entries with the mouse-wheel, not using the drop-down selection. This issue exists with the current RAP 1.4M2 CVS version. In Chrome, IE and Safari mouse-wheel scrolling works as expected. Reproducible with the Controls Demo.
Sounds like the dom-event is no longer recognized by the js-code. I will have a look.
Fixed in CVS HEAD. It was actually a typo in javascript created during the refactoring of EventHandler.js and not caught by the tests due to unprecise fixture. I fixed the typo and updated the fixture. (It would now produce a rest test.)
i mean "...a red test"