selectOneMenu doesnt appear selected til 2 chance [RESOLVED]

UI Components for JSF
Post Reply
soekris
Posts: 76
Joined: 29 Apr 2013, 16:54
Location: Barcelona

05 May 2016, 16:30

It's a jquery-mobile problem related, use this workaround

Code: Select all

   <script type="text/javascript">

        $(function() {
            $("select").mousedown(function() {
                $(".ui-header").addClass("ui-fixed-hidden");
                $(".ui-footer").addClass("ui-fixed-hidden");
            });
        });
    </script>

Credits to [3]

[1] https://github.com/jquery/jquery-mobile/issues/8429
[2] https://photos.google.com/share/AF1QipO ... k1dllZdVFB
[3] http://stackoverflow.com/questions/3690 ... version-50
Primefaces 5.3.X / 6.X
NetBeans 8.1
WildFly 10
Linux Mint & freeBSD

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

10 May 2016, 12:42

Thanks for the update and solution links. This issue can be useful to other users. Thanks again.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: Bing [Bot], Google [Bot] and 43 guests