Ticket #7554 (closed defect: fixed)
Dojox.DataGrid hides Rows when a Column Heading is clicked on IE7
| Reported by: | vlad_dojo | Owned by: | toonetown |
|---|---|---|---|
| Priority: | high | Milestone: | 1.2 |
| Component: | DojoX Grid | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It is very easy to reproduce with Dojo tests. It appears to happen when the number of rows to display in the grid is small enough that they fit into a screen without scroll bars.. It only happens on IE7 (Opera 9.2, Fiire fox 3.1, Safari (windows version) -- work fine.
To reproduce
Open file \dojox\grid\tests\support\test_data.js change var rows = 100; to var rows = 5;
Run dojox\grid\tests\test_edit_canEdit.html using IE7 on windows XP (32 bit)
Click on any column heading -- observe that the rows are lost and only Column Headings are displayed
Change History
Note: See
TracTickets for help on using
tickets.