wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Docker treats DockToolBar as a raw child, impacting ability to navigate over children #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to iterate of Docker using children.  It does not return the list of
DockToolBars.
2. If you iterate using raw children, you can then find the DockToolbars.
3. But, the DockToolBars rawChildren does not return all the sub
components, only the skins.

What is the expected output? What do you see instead?
Not clear why Docker moves its children to the rawChildList.
One should be able to iterate over the children consistently and find them

What version of the product are you using? On what operating system?

Please provide any additional information below.
This is a critical issue, as one can not navigate through the children
hierarchy of the Docker without writing 'cluggy' code.

Original issue reported on code.google.com by amnon.janiv@gmail.com on 5 Mar 2009 at 3:50