#5328 closed defect (worksforme)
Grid widget extends off the page w/ width of 110000px
Reported by: | guest | Owned by: | benschell |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DojoX Grid | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The GridView? seems to be the culprit. In the templateString, it uses a width of 9000em. This number is later used in a multiplication to come up with the width of the widget on a resize. That width is in pixels, however. I changed 9000em to "auto" and it works fine for me. This change is in dojox/grid/_grid/view.js.
This is blocking my usage of it.
Change History (6)
comment:1 Changed 13 years ago by
Milestone: | → 1.0.2 |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.0.2 → 1.0.3 |
---|
comment:3 Changed 13 years ago by
Owner: | changed from sorvell to benschell |
---|
I'm taking a stab at a whole bunch of Grid bugs. Re-assigning.
comment:4 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I believe this bug got fixed at some point along the way. Adding a Grid as a child of the body element with no sizing style applied results in a Grid that stretches to the width of the viewport (but no farther).
comment:5 Changed 13 years ago by
hopefully the width was changed to something like top to place the item off screen... I think using width to put something on the far left caused problems with bidi.
Please evaluate the proposed change for 1.0.2 since this is needed for a 1.0.x deployment.