Widgets: SplitPane: Multiple children of top/bottom/left/right cause multiple
split panes to appear
---------------------------------------------------------------------------------------------------
Key: XAP-179
URL: http://issues.apache.org/jira/browse/XAP-179
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Trevor Oldak
This may be because I made the false assumption that top/bottom/etc. would
behave like freePanes, but when you have something like this
<top>
<label text="foo"/>
<label text="bar"/>
</top>
<bottom>
<label text="zonk"/>
</bottom>
This would cause the application to draw two separators, instead of one. One
would be between "foo" and "bar" and the other would be between "bar" and
"zonk".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira