#15611 closed defect (fixed)
Could not scroll in zoomed out grid in Chrome
Reported by: | Kuko | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.6 |
Component: | DojoX Grid | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
- Open this link using Chrome (tested in version 20.0)
http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_grid_simple_structure.html
- Zoom out (Ctrl + -) to 90%
- I could't scroll down, because grid is scrolling up by itself
Attachments (1)
Change History (14)
comment:1 Changed 9 years ago by
Changed 9 years ago by
Attachment: | Test dojox.grid.Grid Simple Structure.htm added |
---|
comment:2 Changed 8 years ago by
I have exactly the same problem, event with the latest version. Any way to fix this ? It's the only problem before a production deployment for me :(
comment:3 Changed 8 years ago by
Found the solution: in file dojox\grid\_View.js, at ligne 701 (method "doscroll"):
if(has('ff') >= 13){ this._nativeScroll = true; }
add another condition:
if(!has('ff') || has('ff') >= 13){ this._nativeScroll = true; }
now, it will work in chrome
comment:4 Changed 8 years ago by
comment:5 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
comment:6 Changed 8 years ago by
Hello dojo team,
it would be nice to see that fixed below 2.0. I sent you a pull request https://github.com/dojo/dojox/pull/35
Thx for your response
comment:7 Changed 7 years ago by
Resolution: | patchwelcome |
---|---|
Status: | closed → reopened |
comment:8 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:11 Changed 7 years ago by
Milestone: | tbd → 1.8.6 |
---|
comment:13 Changed 7 years ago by
Milestone: | 1.8.6 → 1.7.6 |
---|
Note: See
TracTickets for help on using
tickets.
Hello Evan, I am facing the same problem, could you please answer, if there is any improvement?
thank you.