Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    [ER] scrollable drop-down menus in pfsense_ng theme…

    Scheduled Pinned Locked Moved 2.1 Snapshot Feedback and Problems - RETIRED
    27 Posts 6 Posters 8.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rcfaR Offline
      rcfa
      last edited by

      @jimp:

      Yikes, not fond of that one at all, it makes it really hard to narrow in on something since the menu scrolls by as you simply move. One you can manually drag or scroll with arrows would be preferable.

      I actually thought this felt very natural, at least to a user of various iOS devices where things scroll by somewhat similarly. But it could be that this is also sensitive to mouse settings and how the browser handles events. On my Mac here with a touchpad and Firefox, his demo performed really well, could go back and forth with ease, and also it stopped as soon as I stopped moving the mouse.

      But there are a slew of pages that came up when I googled "css js scrollable drop down menu", however this seemed to behave the most like native menus from the feel of it.

      Of course with mouse, different OS/Browser combination, etc. this may work less smoothly.

      1 Reply Last reply Reply Quote 0
      • rcfaR Offline
        rcfa
        last edited by

        Of course, there's the other less elegant solution: stop the menubar from being floating, such that it scrolls up with the window content, because then I can just scroll the browser window, the menu bar disappears because it's nailed to the top of the page rather than to the top of the view, and then we can access things in arbitrarily long windows..

        Otherwise, I'm not sure if these sort of things are applicable here:

        http://www.codeproject.com/Questions/229885/how-to-make-scroll-bars-in-dropdown-list

        Another approach might be to replace the menu with drop-down boxes. Might offer less options to style to look, but it would also work on small devices like e.g. an iPhone, because it would pop-up a big selector to choose the items. A solution to a different problem made me think about that: http://css-tricks.com/convert-menu-to-dropdown/

        1 Reply Last reply Reply Quote 0
        • jimpJ Offline
          jimp Rebel Alliance Developer Netgate
          last edited by

          Well for those, see above, re: theme change.

          That's why the other themes exist – the default isn't the best for everyone.

          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          1 Reply Last reply Reply Quote 0
          • rcfaR Offline
            rcfa
            last edited by

            Actually, this has kind of nifty stuff, too, even for other parts of the pfSense GUI; I really like the way they do multiple selects. That would make quite a few things nicer.

            http://harvesthq.github.com/chosen/

            The neat thing is, that it just could be turned off on mobile devices, and then e.g. touch optimized elements can take over.

            1 Reply Last reply Reply Quote 0
            • jimpJ Offline
              jimp Rebel Alliance Developer Netgate
              last edited by

              Yeah we've looked at that one specifically before (or one nearly exactly like that) - I especially like the multi-select parts, the one with the grouping would be nice for VIP selections.

              Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

              Need help fast? Netgate Global Support!

              Do not Chat/PM for help!

              1 Reply Last reply Reply Quote 0
              • marcellocM Offline
                marcelloc
                last edited by

                @jimp:

                But as the old saying goes… ideas are cheap. There are tons of good ideas (just check redmine for things labeled "future"), the problem is implementation.

                Maybe more two done by a package:

                • favorites menu

                • hide less used/unsued menu options

                Treinamentos de Elite: http://sys-squad.com

                Help a community developer! ;D

                1 Reply Last reply Reply Quote 0
                • C Offline
                  ccesario
                  last edited by

                  Hello,

                  This pull request https://github.com/bsdperimeter/pfsense/pull/141 improve menu css style removing some gifs, including more effects and automatic scroolbars to menus with more then 260px

                  Tested in: Firefox 12/13, Chrome 19.0.1084.46, IE 8 and 9

                  See the screenshot attached

                  menu.png
                  menu.png_thumb

                  Carlos

                  1 Reply Last reply Reply Quote 0
                  • rcfaR Offline
                    rcfa
                    last edited by

                    Big thumbs up for this one!!! Awesome! Now at least a device like an 11" MacBook Air or some netbook can be used comfortably. That was just like a birthday gift for me :D

                    Now if we get the multiple selection stuff from "Chosen" in, the GUI will have taken a massive step forward.

                    1 Reply Last reply Reply Quote 0
                    • jimpJ Offline
                      jimp Rebel Alliance Developer Netgate
                      last edited by

                      Github was reporting that it couldn't be merged in for some reason. Might need updated and resubmitted as a new pull request.

                      Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                      Need help fast? Netgate Global Support!

                      Do not Chat/PM for help!

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S Online
                        stephenw10 Netgate Administrator
                        last edited by

                        260 pixels seems a bit low to me. I wouldn't want this on a standard machine if it didn't need it. What length menu can you fit on a netbook (1024x600) screen? In full screen mode?

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • P Offline
                          phil.davis
                          last edited by

                          I use a netbook a lot, carry it around and plug it into an external monitor at home and work. It is annoying when dropdown lists, menus, dialog boxes etc extend down below the screen and I can't easily select the lower items, or press the OK button! When there is something to test, I am happy to put it through its paces, switching between the netbook screen and external monitor, seeing if things automatically adjust etc.
                          Hopefully the scrollbars only appear if the menu won't fit on the screen - so people with big screens will never see them.

                          As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
                          If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

                          1 Reply Last reply Reply Quote 0
                          • C Offline
                            ccesario
                            last edited by

                            @jimp:

                            Github was reporting that it couldn't be merged in for some reason. Might need updated and resubmitted as a new pull request.

                            Ok Jimp. I resubmitted the pull request with my respository sync.

                            thanks

                            Carlos

                            1 Reply Last reply Reply Quote 0
                            • jimpJ Offline
                              jimp Rebel Alliance Developer Netgate
                              last edited by

                              Would there be some way to make that dynamic based on the window height? Seems that should only need to kick in for small screens. I do not want scrollbars on my full size window when it's capable of showing the whole menu.

                              Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                              Need help fast? Netgate Global Support!

                              Do not Chat/PM for help!

                              1 Reply Last reply Reply Quote 0
                              • C Offline
                                ccesario
                                last edited by

                                Well,

                                The this pull request https://github.com/bsdperimeter/pfsense/pull/144  add scrollbar in dropdown menu based in window height.

                                I think this may solve the problem of big and small screens

                                ;)

                                Carlos

                                1 Reply Last reply Reply Quote 0
                                • jimpJ Offline
                                  jimp Rebel Alliance Developer Netgate
                                  last edited by

                                  I shrank my window's vertical size way down (it was a tiny strip across) and it didn't kick in for me… hmm.

                                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                  Need help fast? Netgate Global Support!

                                  Do not Chat/PM for help!

                                  1 Reply Last reply Reply Quote 0
                                  • jimpJ Offline
                                    jimp Rebel Alliance Developer Netgate
                                    last edited by

                                    aha, had to clear cache first (or shift+reload)

                                    Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                    Need help fast? Netgate Global Support!

                                    Do not Chat/PM for help!

                                    1 Reply Last reply Reply Quote 0
                                    • jimpJ Offline
                                      jimp Rebel Alliance Developer Netgate
                                      last edited by

                                      looks good! Though the menu could actually be a little longer. It's sized base on the height but it's leaving quite a bit of room under it

                                      Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                      Need help fast? Netgate Global Support!

                                      Do not Chat/PM for help!

                                      1 Reply Last reply Reply Quote 0
                                      • C Offline
                                        ccesario
                                        last edited by

                                        @jimp:

                                        looks good! Though the menu could actually be a little longer. It's sized base on the height but it's leaving quite a bit of room under it

                                        Nice!

                                        To increase menu size,  change the value '100' in line 32 of  file /usr/local/www/themes/pfsense_ng/loader.js
                                        hwindow = (jQuery(window).height()-100);

                                        I usage the formule: 'window.height - 100' to define menu size, so per example:  'window.height - 50'  increase the dropdown menu

                                        :)

                                        Carlos

                                        1 Reply Last reply Reply Quote 0
                                        • jimpJ Offline
                                          jimp Rebel Alliance Developer Netgate
                                          last edited by

                                          35 seems to be the most comfortable fit for me, I committed that change. It leaves enough room for the bottom of the menu, the shadow, and few px worth of open space (Tried it on FF, Chrome, and Opera)

                                          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                          Need help fast? Netgate Global Support!

                                          Do not Chat/PM for help!

                                          1 Reply Last reply Reply Quote 0
                                          • C Offline
                                            ccesario
                                            last edited by

                                            @jimp:

                                            35 seems to be the most comfortable fit for me, I committed that change. It leaves enough room for the bottom of the menu, the shadow, and few px worth of open space (Tried it on FF, Chrome, and Opera)

                                            Cool!

                                            Thank you :)

                                            Carlos

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.