Opened 12 years ago
Closed 11 years ago
#8975 closed defect (wontfix)
Grid widget creates some header cells as "<th>...</td>"
Reported by: | jbrayton | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.3.0b3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Line 51 of dojox/grid/compat/_grid/builder.js contains:
result.push('</td>');
It should read:
result.push(isHeader?'</th>':'</td>');
Found in version 1.3.0rc1, but that option isn't available in "Version" popup menu below.
Change History (2)
comment:1 Changed 12 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to Bryan Forbes |
comment:2 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Compat grid is no longer supported. Feel free to unzip the compat grid that is distributed in trunk, and apply the change locally.
Note: See
TracTickets for help on using
tickets.
dup of #8844, I think