Opened 13 years ago
Closed 13 years ago
#5750 closed defect (fixed)
Grid checkbox editors totally hosed
Reported by: | haysmark | Owned by: | benschell |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Grid | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Refer to: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_edit_dijit.html
If you double click one of the boolean values in the Mark tab to edit, it is supposed to open the Checkbox widget. For some reason though it is displaying all of the checkbox states in a row. This doesn't happen to normal checkboxes; only Grid checkboxes.
Attachments (2)
Change History (5)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
This is a sizing issue. The editor is being forced to a wider size, so more of the image that has the various checkbox and radio button states in it is being shown.
Patch attached. Stops resizing of CheckBox? widgets.
Changed 13 years ago by
Attachment: | 5750.patch added |
---|
Disable resizing of CheckBox? widgets in a Grid.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
sorvell checked in r12308 which includes this fix.
Checkbox states all visible in a row in Grid.