Custom Query (18300 matches)
Results (133 - 135 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#8112 | worksforme | [patch] Dojox grid : CheckboxEditor do not initialize properly | ||
Description |
Hello. The grid CheckBoxEditor? initializes to false, independtly from the value. This is noticeable only the first time you edit a cell. To reproduce the bug, see the attached file and double click in the 7th column in a row for which its value is true. Please also see the attached patch, which should correct this bug. |
|||
#8114 | wontfix | dojo.delegate isn't good with Arrays | ||
Description |
dojo.delegate inelegantly handles arrays. It should likely hand back the result of a _toArray() call. Also, delegate should punt on things that aren't objects. |
|||
#8161 | worksforme | Editor: resize handle stops responding | ||
Description |
http://archive.dojotoolkit.org/nightly/checkout/dijit/tests/test_Editor_resize.html If you drag the handle down slowly, it works. But if you move the mouse reasonably fast, the dragging stops when the mouse enters the Editor area at the bottom. It's like Editor is eating the drag event. This happens in all browsers. |