Opened 8 years ago
Closed 8 years ago
#16704 closed defect (patchwelcome)
Put FilteringSelect in a grid cell, down arrow does not always show the dropdown list
Reported by: | myu1 | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a dojox.grid.DataGrid?, one of the grid cell is a FilteringSelect?. If there is only one data row in the grid, when I navigate to this grid cell, press ENTER to enter edit mode, then hit down arrow, the dropdown list is shown. If there are multiple data rows, down arrow will go to the row below instead of showing the dropdown list.
Using FF10, dojo 1.6.1.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.