[
https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s...
]
Juraj Húska commented on RF-13629:
----------------------------------
Unfortunately the attached reproducer is empty (not xhtml pages are there).
However, I have already reproduced it in different than Metamer sample. Please see my
[
comment|https://issues.jboss.org/browse/RF-13629?focusedCommentId=1296776...].
Now I updated the sample, you can find
[
there|https://github.com/jhuska/richfaces-sanbox/tree/RF-13629/src/main/w...]:
* {{minWidthSetBiggerThanContent.xhtml}} - this page simulates how {{minWidth}} overrides
the width of the content. As you are [~bleathem] saying, it is probably not a bug. I just
want to point out that it is different than in previous releases, and we need to document
it somewhere (release notes, documentation).
* {{verticalMovementBroken.xhtml}} - this is probably more serious, when {{maxHeight}} is
set, then vertical movement of the popupPanel is not possible
You can check all those sample when you:
# clone branch
https://github.com/jhuska/richfaces-sanbox/tree/RF-13629
# deploy it and load e.g.
http://localhost:8080/richfaces-sanbox/verticalMovementBroken.jsf
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
Priority: Critical
Labels: regression
Attachments: popupPanelGood.png, popupPanelWrong.png, sample.zip
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)