Ticket #7554 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

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

Changed 10 months ago by bill

  • owner changed from anonymous to BryanForbes
  • component changed from General to DojoX Grid

Changed 10 months ago by BryanForbes

  • priority changed from normal to high
  • milestone changed from tbd to 1.2

Changed 10 months ago by BryanForbes

  • owner changed from BryanForbes to toonetown

Changed 10 months ago by toonetown

  • status changed from new to closed
  • resolution set to fixed

(In [15100]) Fixes #7554 - height is mis-calculated in IE because hasLayout is true - so if we have no content, return 0 (for empty height) !strict

Changed 10 months ago by enzo

  • status changed from closed to reopened
  • resolution deleted

It doesn't look fixed to me in 1.2b1: see #7637. But it was fixed in the Nightly Build of the 15th of July... Now it's baaaack!

Changed 10 months ago by toonetown

  • status changed from reopened to closed
  • resolution set to fixed

Please try again with a more recent nightly (post revision [15100]) - or wait for b2. This fix went in *after* b1 was released.

Note: See TracTickets for help on using tickets.