Opened 10 years ago
Closed 9 years ago
#15410 closed defect (patchwelcome)
Grids(EnhancedGrid) ignores the 'tabIndex' property
Reported by: | vimalprakashs | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Grids(EnhancedGrid?) ignores the 'tabIndex' property.
I have few dojo controls before and after the Grid
<div dojoType="dojox.grid.EnhancedGrid?" tabIndex="4"...
on Tab from the 3rd control, The cursor doesnt go to the grid(4) but it goes to the 5th control. tab order doesnt work as expected.
Looks to be a bug. Can you look into it.
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to Evan |
comment:2 Changed 9 years ago by
comment:3 Changed 9 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.