Opened 13 years ago
Closed 13 years ago
#5754 closed defect (worksforme)
CSS <body style="text-align:center"> kills Grid
Reported by: | guest | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Using Dojo version: dojo-2008-01-31
When using <body style="text-align:center"> in a page with a grid, the grid looks weird and does not display data.
Attachments (2)
Change History (9)
Changed 13 years ago by
Attachment: | QRStoreTest.pt added |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.0.3 → 1.1 |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
Cannot reproduce this bug with any of the standard grid tests.
Please include a test case that is self-contained and does not require Zope.
Is it possible the grid stylesheets are not being properly loaded?
Also, is the problem specific to a particular browser or platform?
Thanks.
comment:4 Changed 13 years ago by
You can recreate this by taking test_grid.html and wrapping the grid containing div in another div with align attribute set to "center". The issue really is, how do we center a grid. Perhaps there is another way.
comment:5 Changed 13 years ago by
Owner: | changed from sorvell to Bryan Forbes |
---|
comment:6 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Bryan Forbes to Nathan Toone |
Status: | new → assigned |
comment:7 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Can't reproduce this using DataGrid? - reopen with a new test case if you continue to see the issue
Test Template (HTML)