Ticket #4214 (closed defect: wontfix)

Opened 12 months ago

Last modified 7 months ago

Split Container fails when deleting children

Reported by: guest Owned by: peller
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.9
Severity: major Keywords: bordercontainer
Cc: lukelalo@…

Description

Testing with Firefox 2.0.0.6 for Windows and IE6 with the 8/18 nightly build
Test case:
http://localhost/dojo/dijit/tests/layout/test_layoutcode.html

1. Click on Split Layout button

2. Click on destroy the left container (the space is still there)

3. Move a little the left marker between the center container and the ex-left container (this marker should'd have dissapeared?)

4. The left space dissapeares, but on the right pane we get two markers, one on the left (the good one) and one on the right (the new one?)

5. You try to drag or click this marker (the right one) and you get an error:
'this.paneAfter' is null or is not an object in FF
or
'this.paneAfter.position' is null or is not an object in IE6

Pablo García
lukelalo@…

P.D. Agree with #4213 duplicate, sorry for not looking the today timeline ;)

Change History

Changed 12 months ago by peller

  • owner set to peller
  • milestone changed from 0.9 to 1.0

Changed 11 months ago by peller

  • milestone changed from 1.0 to 1.1

Changed 7 months ago by peller

  • keywords bordercontainer added

Changed 7 months ago by peller

  • status changed from new to closed
  • resolution set to wontfix

deprecated SplitContainer? in favor of BorderContainer?

Changed 7 months ago by liucougar

is there an example to show how a single BorderContainer? can substitute a SplitContainer? with more than 3 content sections?

Changed 7 months ago by peller

nested BorderContainers?. Several of the ones in the tests/layout directory show this. You only get 3 across/down for each BorderContainer?. It may make sense to have row/column layouts, like XUL/AWT with equal spacing? Could be a dojox.layout thing. Right now, that's sort of possible, but only on initial layout; the edges will stay fixed on resize and the center will grow/shrink.

Note: See TracTickets for help on using tickets.