[ 
https://issues.apache.org/jira/browse/PIVOT-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Volkert updated PIVOT-237:
-------------------------------

    Affects Version/s:     (was: 1.3)
        Fix Version/s:     (was: 1.3)

Removing "Affects Version" and "Fix Version" since this neither affects 1.3 nor 
any prior release.

> Possible bug(s) in TerraSplitPaneSkin
> -------------------------------------
>
>                 Key: PIVOT-237
>                 URL: https://issues.apache.org/jira/browse/PIVOT-237
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>            Priority: Minor
>
> In TerraSplitPaneSkin, I am wondering if line 505 should read:
>     int minimumChildSize = splitPane.getTop().getMinimumPreferredHeight();
> rather than:
>     int minimumChildSize = splitPane.getBottom().getMinimumPreferredHeight();
> I'm only asking because, as written, it doesn't have parity with lines 498 
> and 500 - should it?
> Also, it seems like we might want to gracefully handle null values for 
> top/left/bottom/right here. Currently, if any of them are undefined, we'll 
> get an NPE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to