Ticket #7218 (closed defect: fixed)
GridContainer doesn't update grip handles when PlottedDnd shows a DropIndicator
| Reported by: | jbalogh | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dojox | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Using the 2nd GridContainer? on http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/layout/tests/test_GridContainer.html:
- Observe that the middle column is full; it will have to expand vertically if we try to drop another element on it.
- Drag an object from the first or third columns, and hover it over the middle column so you see the outlined box showing where the dropped item will go.
- Notice that the grips are floating in space, since the container has dynamically resized but the grips didn't extend.
See the attached screenshot for an example.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.