Widgets: ComboBox: Heights incorrect when given as a percentage.
----------------------------------------------------------------
Key: XAP-293
URL: https://issues.apache.org/jira/browse/XAP-293
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Trevor Oldak
Priority: Minor
Open the comboBox component test and set 'height' to '50%'. The widget isn't
only about 25% the height of the parent freePane. At 25%, it is only about
1/16th the height of the freePane.
It looks like the height attribute is being squared when given as a
percentage... 50% * 50% = 25%. 25% * 25% = 6.25%
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.