]
Brian Leathem updated RF-13633:
-------------------------------
Fix Version/s: 4.5-Tracking
PopupPanel - should validate width, height, minWidth, maxWidth and
similar
--------------------------------------------------------------------------
Key: RF-13633
URL:
https://issues.jboss.org/browse/RF-13633
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: component-output, doc
Affects Versions: 4.3.7
Reporter: Juraj Húska
Priority: Minor
Fix For: 4.5-Tracking
Validation of {{popupPanel}} attributes like:
* width
* minWidth
* maxWidth
* height
* minHeight
* maxHeight
should be in place, to avoid for example user setting {{width}} to 0.
The documentation for {{minWidth}} is describing a state when an
{{IllegalArgumentException}} is thrown, however, no exception is thrown at all.
So at least we should remove these discrepancies.