]
Brian Leathem commented on RF-13616:
------------------------------------
[~avijra] can you please provide a compilable reproducer? (ie. a maven project) Binaries
don't help much with coming to an issue resolution.
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
Original Estimate: 4 hours
Remaining Estimate: 4 hours
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.