#15487 closed defect (fixed)
DataGrid scroll does not work in new Firefox 13
Reported by: | Sotiris Tassis | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.2 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | grid, FF13, scroll | Cc: | |
Blocked By: | Blocking: |
Description
A simple DataGrid? in the new Firefox 13 a user cannot use the scroll wheel or the scroll arrows (up/down). In Firefox 12 it was working ONLY in the new Firefox 13 this bug occured.
A simple check is to try to use with both versions of Firefox the documentation's simple example: http://dojotoolkit.org/documentation/tutorials/1.7/datagrid/demo/datagrid.html
Change History (6)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
It appears to relate to smooth scrolling in FF13. Try turning that off:
https://bugzilla.mozilla.org/show_bug.cgi?id=198964 https://bugzilla.mozilla.org/show_bug.cgi?id=736251
comment:4 Changed 9 years ago by
Keywords: | grid FF13 scroll added |
---|---|
Milestone: | tbd → 1.8 |
Priority: | undecided → high |
Thanks Craig,
Setting grid.fastScroll to false doesn't work for me, the only way is turning off FF13's default smooth scrolling option.
The delta scrolling distance is apparently incorrectly calculated in that case, need a further look on this.
comment:6 Changed 9 years ago by
Milestone: | 1.8 → 1.6.2 |
---|---|
Version: | 1.7.2 → 1.6.1 |
I think it works, just very, very slowly...
It appears to not be an issue on Mac OSX.