-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Normal
-
Affects Version/s: 5.0.6, 7.0.3
-
Component/s: Components
-
Security Level: Jean
-
None
-
None
https://sourceforge.net/tracker/?func=detail&aid=3177179&group_id=152762&atid=785194
Suppose we have the following components:
<hbox sizedByContent="false" hflex="1" vflex="1">
<div hflex="1" />
<splitter />
<div hflex="1" />
</hbox>
When we drag the Splitter, its position will bounce back to the middle. It would be better if Splitter overrides hflex/vflex under this scenario, like Column in Grid.