[
https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s...
]
Juraj Húska commented on RF-13629:
----------------------------------
I regret to say that there is still an issue :(
* when trying to move {{popupPanel}} to the right, it can not cross the borders of the
screen, its size is adjusted according to how close to the right border of the screen the
{{popupPanel}} is. The {{height}} is adjusted during the {{popupPanel}} movement as well.
This behavior occurs when {{autosized == true}}, and {{maxHeight, minHeight, ...}} are
*not* set. Once those max, min attributes are set, it is behaving normally (like in
4.3.6.Final).
Steps to reproduce:
# Build and deploy project from
https://github.com/jhuska/richfaces-sanbox/tree/RF-13629
# load
http://localhost:8080/richfaces-sanbox/simpleAutosizedPopup.jsf
# click on the button to show the popup
# try to move the popup to the right side of the screen, see that it is changing its size,
and that it can not cross the right screen border (it was possible in 4.3.6.Final).
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.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)