Custom Query (18300 matches)
Results (154 - 156 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#16214 | patchwelcome | DataGrid is Memory Leaks in IE8 | ||
Description |
I tested in dojo 1.7.2 and dojo 1.8 and dojo 1.8.1. Memory Leaks in IE8 when DataGrid? is clicked.
for example.
http://dojotoolkit.org/reference-guide/1.8/dojox/grid/DataGrid.html
|
|||
#18646 | invalid | Unable to get only selected Rows with Dojox Exporter | ||
Description |
I use dojox/support/exporter/exporter.js to export rows from Dojox-Grid (v1.3.0) The call is exporter(grid, writer, args) with var args = {selectedOnly: true}; I always get all rows. In Dojo 1.9.2 it works as expected - I only get the selected rows. In 1.9.3 there is a new function fetchChildren() in fetchRows() that fetches every row ignoring the flag selectedOnly. |
|||
#17518 | fixed | Menu: vertical scrollbar not hidden after window height increase (IE, Edge) | ||
Description |
steps to repeat:
appeared dropdown menu whith vertical scrollbar
appeared the dropdown menu with vertical scrollbar
expected: dropdown menu without scrollbars. |