Opened 7 years ago
Closed 7 years ago
#17610 closed defect (patchwelcome)
The virtical scroll bar of enhancment grid cannot scroll on FF & Chrome
Reported by: | immsp | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When the width of the enhancement grid exceed the width of browser. The veritcal bar of the grid cannot be dragged. Here is the reproduce step:
- Put the sample file at dojo1.9 root dir.
- Open it with windowed FF17 on win7 x64.
- Scrolling to the right part of the browser to display the vertical bar of the grid.
- Try to drag the right scroll bar. Notice that the focus indicator moves to the first column header but the grid can not scroll.
Attachments (1)
Change History (2)
Changed 7 years ago by
Attachment: | dojo_GridEnhance.html added |
---|
comment:1 Changed 7 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
DojoX Grid and EnhancedGrid? are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.
Note: See
TracTickets for help on using
tickets.
Test Sample