Opened 9 years ago
Closed 9 years ago
#14870 closed defect (fixed)
dojox.grid.datagrid null values not rendered IE7
Reported by: | dave.wilton | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Null cells do not have a border outline in IE7. The solution is to override the following CSS property:
/* IE7 bug causes null cells not to have a border. */ .dj_ie .claro .dojoxGridMasterView .dojoxGridRowTable { border-collapse: collapse }
Change History (3)
comment:1 Changed 9 years ago by
Component: | General → DojoX Grid |
---|---|
Description: | modified (diff) |
Owner: | set to Evan |
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks dave.wilton! Fixed with [29019]