Ticket #4214 (closed defect: wontfix)
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 ;)