Popup panel: cannot move panel horizontally when minWidth equals maxWidth
-------------------------------------------------------------------------

                 Key: RF-9090
                 URL: https://jira.jboss.org/browse/RF-9090
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 4.0.0.Milestone1
         Environment: v.4.0.0-SNAPSHOT SVN r.18649, Glassfish 3, Firefox 3.6, 
Chrome 6
            Reporter: Pavol Pitonak
             Fix For: 4.0.0.Milestone2


It is not possible to move panel horizontally when minWidth and maxWidth is set 
to the same value, e.g. 

<rich:popupPanel id="popupPanel" header="header" left="auto" moveable="true" 
minWidth="500" maxWidth="500" resizeable="true" top="auto">
... </rich:popupPanel>.

It is not possible to move panel vertically when minHeight and maxHeight is set 
to the same value, e.g.

<rich:popupPanel id="popupPanel" header="header" left="auto" moveable="true" 
minHeight="500" maxHeight="500" resizeable="true" top="auto">
... </rich:popupPanel>.

It is not possible to move panel at all when all 4 attributes are set to the 
same value.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/secure/Administrators.jspa
-
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