]
Brian Leathem updated RF-13616:
-------------------------------
Sprint: 4.3.7 Sprint 2
PopupPanel autosize with togglePanel doesn't resize
---------------------------------------------------
Key: RF-13616
URL:
https://issues.jboss.org/browse/RF-13616
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component
Affects Versions: 4.2.3.Final, 4.3.6
Reporter: abhishek vijra
Labels: gss
Fix For: 4.3.7
Attachments: popupPanel.zip
PopupPanel doesn't autosize correctly after move. Moving a PopupPanel with
'autosized' attribute enabled causes the width properties of its inner container
div, content div, srcoller div, and shadow div to be hard-set such that a subsequent
content change doesn't trigger the auto-resize of the PopupPanel any longer. The
PopupPanel height is apparently unaffected.
Attached is a testcase to demonstrate the problem, see the attached zip file containing a
minimal JSF application which reproduces the undesired behavior.