Opened 9 years ago
Closed 9 years ago
#14871 closed defect (duplicate)
dojox.grid.datagrid null values not rendered IE7
Reported by: | dave.wilton | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Null cells do not have a border outline in IE7 (also in IE7 standards mode in IE9). 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
}
Note: See
TracTickets for help on using
tickets.
duplicate with #14870