[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:13:06 EST 2013


     [ https://issues.jboss.org/browse/RF-13382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabriele Gervasi updated RF-13382:
----------------------------------

    Attachment: Schermata 2013-11-25 alle 18.51.03.png
                Schermata 2013-11-25 alle 18.51.30.png

    
> 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
>         Attachments: Schermata 2013-11-25 alle 18.51.03.png, Schermata 2013-11-25 alle 18.51.30.png
>
>
> 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