[richfaces-issues] [JBoss JIRA] (RF-13382) rich:select realign options list on window resize

Gabriele Gervasi (JIRA) jira-events at lists.jboss.org
Tue Nov 26 04:11:07 EST 2013


Gabriele Gervasi created RF-13382:
-------------------------------------

             Summary: rich:select realign options list on window resize
                 Key: RF-13382
                 URL: https://issues.jboss.org/browse/RF-13382
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: component-selects
    Affects Versions: 4.3.4
            Reporter: Gabriele Gervasi
            Priority: Optional


I'm currently developing a web application and i notice that rich:select options   doesn't follow rich:select input on window resize. If it's possible to change this  behaviour it will be really apprentice. I temporarily simply solved hiding on window resize.
<script>
            window.onresize = function(event) {
                document.activeElement.blur();
            }
</script>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list