]
Brian Leathem commented on RF-13629:
------------------------------------
Thanks [~jhuska], your meticulousness is much appreciated!
I've further re-factored the changes. I've run the 3 pages in your sample app as
well as the reproducer for RF-13616; all pages behave correctly. I've executed the
jenkins job you set up, and the tests all pass:
If you could please perform any additional manual QA required, I'd appreciate it.
popupPanel - minWidth, minHeight, maxWidth, maxHeight are not ignored
when autosize == true
-------------------------------------------------------------------------------------------
Key: RF-13629
URL:
https://issues.jboss.org/browse/RF-13629
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-output
Affects Versions: 4.3.7
Environment: Firefox
Reporter: Juraj Húska
Assignee: Brian Leathem
Priority: Critical
Labels: needs-qe, regression
Fix For: 4.3.7
Attachments: popupPanelGood.png, popupPanelResizedAndBroken_2.png,
popupPanelWrong.png, popupResizedAndBroken_1.png, sample.zip
Original Estimate: 1 hour
Remaining Estimate: 1 hour
In previous releases when attribute {{autosize == true}} attributes from $SUBJECT were
ignored. In {{4.3.7.}}, they are not.
When used together (does not really make sense IMHO, but maybe I am neglecting some use
case), the popup width is not adjusted automatically.