Opened 11 years ago
Closed 10 years ago
#11362 closed defect (worksforme)
Grid with claro theme has incorrect padding when using dojox.grid._CheckBoxSelector
Reported by: | andy | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.5.0rc1 |
Keywords: | grid CheckBoxSelector claro | Cc: | |
Blocked By: | Blocking: |
Description
Create a grid with a column in the structure defined as dojox.grid._CheckBoxSelector, e.g.
var detailLayout = [{
type: "dojox.grid._CheckBoxSelector"},{ cells: [ { name: "SNAM", field: 'SNAM', width: "50px;" }, { name: "BWNUM", field: 'BWNUM', width: "50px;" } ]}];
This renders badly with the checkboxes misaligned. The style '.claro .dojoxGridCell' { border:1px solid transparent; padding:0; }
should really be padded to 1px if the CheckBoxSelector? is used.
Attachments (1)
Change History (7)
comment:1 Changed 11 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to Evan |
comment:2 Changed 10 years ago by
Owner: | changed from Evan to evan |
---|
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
comment:4 Changed 10 years ago by
Priority: | normal → high |
---|
comment:5 Changed 10 years ago by
Priority: | high → normal |
---|
comment:6 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Not reproduced in trunk with dojox/grid/tests/test_grid_selectors.html by changing to claro theme(as the attached 11362.jpg shows).
'.claro .dojoxGridCell' is having padding: 3px 5px,
see #11104