In my dojo application I'm using the new grid (dojo 1.0.2).
Onload everything is loaded and positioned correctly and no elements overlap each other.
However, if I edit a text field in my grid (with dojox.grid.editors.Editor) the height of the grid increases to make room for the editor (autoheight and width are true). When this happens the grid overlaps elements that are directly below the grid (this is undone when I stop editing).
This also happens when I add enough content in one of the rows and permanently increase the height of the grid itself. In this scenario the user cannot use the controls that are below the grid.
How can I trigger a resize on the parent element so that all controls on the page stay usable? Even when the grid grows.
Example of the page code (shorter version):
Agenda
@import "http://o.aolcdn.com/dojo/1.0.0/dijit/themes/tundra/tundra.css";
@import "http://o.aolcdn.com/dojo/1.0.0/dojox/grid/_grid/tundraGrid.css";
@import "http://o.aolcdn.com/dojo/1.0.0/dojo/resources/dojo.css"
top
left pane
Some text which disappears when the grid grows.
