Opened 13 years ago
Closed 13 years ago
#6639 closed defect (fixed)
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 |
Keywords: | Grid, Dojo 1.1, trimmed Cell content | Cc: | benschell, Bryan Forbes |
Blocked By: | Blocking: |
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 [email protected]…
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | programaticGrid.htm added |
---|
comment:1 Changed 13 years ago by
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.
comment:2 Changed 13 years ago by
Cc: | benschell Bryan Forbes added |
---|---|
Priority: | normal → high |
comment:3 Changed 13 years ago by
Owner: | changed from sorvell to nathan |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
View attachment to reproduce defect in FF.