[
https://issues.jboss.org/browse/RF-13382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Leathem updated RF-13382:
-------------------------------
Description:
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 appreciated. I temporarily simply
solved hiding on window resize.
{code}
<script>
window.onresize = function(event) {
document.activeElement.blur();
}
</script>
{code}
was:
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>
> 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 appreciated. I temporarily simply
> solved hiding on window resize.
> {code}
> <script>
> window.onresize = function(event) {
> document.activeElement.blur();
> }
> </script>
> {code}
--
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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues