Opened 8 years ago
Closed 8 years ago
#16616 closed defect (patchwelcome)
Could not scroll in dataGrid at 90% zoom in Chrome
Reported by: | gitawego | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The DataGrid? couldn't scroll in zoomed out Grid in Chrome:
- open in chrome: http://download.dojotoolkit.org/release-1.8.3/dojo-release-1.8.3/dojox/grid/tests/test_grid_simple_structure.html
- zoom to 90%
- you can't scroll the Grid, because it will automatically scroll to top.
Change History (3)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Found the solution: in file dojox\grid\_View.js, at ligne 701 (method "doscroll"):
add another condition:
now, it will work in chrome