Popup panel: scrollable area too big
------------------------------------

                 Key: RF-9887
                 URL: https://jira.jboss.org/browse/RF-9887
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 4.0.0.Milestone4
         Environment: RichFaces 4.0.0-SNAPSHOT r.20241
Metamer 4.0.0-SNAPSHOT r.20248
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1-b30
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 7.0.517.44 @ Linux x86_64
            Reporter: Pavol Pitonak
         Attachments: popup.png

1. deploy Metamer and open 
http://localhost:8080/metamer/faces/components/richPopupPanel/simple.xhtml
2. open popup panel
3. resize panel to minimum width

result:
panel's content is shown outside panel

cause:
The following div is rendered:
<div xmlns="http://www.w3.org/1999/xhtml"; class="rf-pp-cnt-scrlr" 
id="form:popupPanel_content_scroller" style="height: 300px; width: 300px; "> 
... </div>

It has height 300px but should be 300px-header height (or panel's height should 
be 300px + header hight).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to