Ticket #6639 (closed defect: fixed)

Opened 2 months ago

Last modified 2 weeks ago

Grid Dojo 1.1 cell content partially trimmed.

Reported by: guest Owned by: nathan
Priority: high Milestone: 1.2
Component: DojoX Grid Version: 1.1.0
Severity: normal Keywords: Grid, Dojo 1.1, trimmed Cell content
Cc: benschell, BryanForbes

Description

Hi

This defect is introduced in Dojo 1.1 (was not present in 1.0). The Grids created with Dojo 1.1 and viewed in FireFox? cause a part or whole of the first character in every cell and hearder to get trimmed. I think it is a padding or positioning issue. The grid works fine in IE6 (have not tested in IE7. Thank you.

Regards, Yazad Khambata yazad3@…

Attachments

programaticGrid.htm (2.5 kB) - added by guest 2 months ago.
View attachment to reproduce defect in FF.

Change History

Changed 2 months ago by guest

View attachment to reproduce defect in FF.

Changed 2 months ago by guest

We encountered this problem in our app and I found that all 3 themes set the dojoxGrid-row-table class to border-collapse: collapse. We are using the soria theme so I just overrode the class to separate. This temporary "fix" might be useful to others:

html .soria .dojoxGrid-row-table {
  border-collapse: separate;
}

Hope this proves helpful.

best,
-Danny R.

Changed 8 weeks ago by peller

  • cc benschell, BryanForbes added
  • priority changed from normal to high

Changed 2 weeks ago by nathan

  • owner changed from sorvell to nathan
  • status changed from new to assigned

Changed 2 weeks ago by toonetown

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

(In [14064]) Fixes #6639 - add styling for FF2 which does not use border-collapse: collapse

Note: See TracTickets for help on using tickets.