[
https://issues.jboss.org/browse/RF-13629?page=com.atlassian.jira.plugin.s...
]
Juraj Húska commented on RF-13629:
----------------------------------
The performance issue no more occur which is great, but unfortunately there are other
issues introduced with this patch, reproducible on all browsers:
# _After resize, {{popupPanel}} visual state is broken. Its bottom border does not exist,
rendered shadow is too big_
## please see the attachments: popupPanelResizedAndBroken_2 and popupResizedAndBroken_1
## Steps to reproduce:
### Build and deploy project from
https://github.com/jhuska/richfaces-sanbox/tree/RF-13629
### Load:
http://localhost:8080/richfaces-sanbox/simpleResizablePopup.jsf
### Try to resize the {{popupPanel}}, either make it bigger or smaller and see that it is
broken
# _PopupPanel can not be resized by its top border, because when D&Dropping its top
border it is moved instead_
## Steps to reproduce:
### Build and deploy project from
https://github.com/jhuska/richfaces-sanbox/tree/RF-13629
### Load:
http://localhost:8080/richfaces-sanbox/simpleResizablePopup.jsf
### Try to resize the {{popupPanel}} by its top border, and see that it is not enlarged,
but moved.
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)