Opened 10 years ago
Closed 10 years ago
#12173 closed defect (fixed)
DataGrid editable cell can not be correcttly focused in IE
Reported by: | zhuxw | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | grid, editable cell, IE, singleClickEdit | Cc: | |
Blocked By: | Blocking: |
Description
When using dojox.grid.cells._Widget for editable cells in IE8, sometimes double clicking the cell to enter editing mode will lose focus. The input focus will probably occur in another DOM node (another cell in most cases), and can show typed characters, as the attached img shows. In IE7, it's almost not possible to enter editing mode when singleClickEdit is false, and need to double click when singleClickEdit is true.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | grid-editablecell-ie.png added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.7 → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Already fixed with [23528]