Navigation

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

    Bug in 2.1.5-RELEASE GUI (edit: clear your browser cache!)

    Installation and Upgrades
    13
    35
    4908
    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.
    • S
      slu last edited by

      Thanks for testing.

      Missing font problem?

      1 Reply Last reply Reply Quote 0
      • K
        kejianshi last edited by

        No idea.  I suspect its purely a cache problem.  Like for whatever reason, your browser is holding onto data that is messing things up for you.

        1 Reply Last reply Reply Quote 0
        • S
          slu last edited by

          Found it!

          On my Debian system was some more fonts, as well the "Verdana" font.
          https://packages.debian.org/wheezy/ttf-mscorefonts-installer

          I replace in the all.css fiel the following lines:

          html, body, td, th, input, select {
              font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; <----- from
              font-size: 0.9em;
          }
          
          html, body, td, th, input, select {
              font-family: Tahoma,Arial,Helvetica,sans-serif; <----- to
              font-size: 0.9em;
          }
          

          And it work fine!

          1 Reply Last reply Reply Quote 0
          • K
            kejianshi last edited by

            Thats cool - But I suspect if there wasn't something weird going on with the new pfsense gui, we wouldn't have ever noticed such problems.

            1 Reply Last reply Reply Quote 0
            • S
              slu last edited by

              The "Verdana" font does not feel well on Debian Linux  ;D
              I guess the spacing is a little bit different which results in this broken gui.

              1 Reply Last reply Reply Quote 0
              • I
                itzo last edited by

                when here is unchecked everything is OK …

                ![Screenshot from 2014-08-29 17:02:45.png](/public/imported_attachments/1/Screenshot from 2014-08-29 17:02:45.png)
                ![Screenshot from 2014-08-29 17:02:45.png_thumb](/public/imported_attachments/1/Screenshot from 2014-08-29 17:02:45.png_thumb)

                1 Reply Last reply Reply Quote 0
                • S
                  slu last edited by

                  Which is in the end the similar problem.  :)

                  1 Reply Last reply Reply Quote 0
                  • jdillard
                    jdillard last edited by

                    @slu:

                    Found it!

                    On my Debian system was some more fonts, as well the "Verdana" font.
                    https://packages.debian.org/wheezy/ttf-mscorefonts-installer

                    I replace in the all.css fiel the following lines:

                    html, body, td, th, input, select {
                        font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; <----- from
                        font-size: 0.9em;
                    }
                    
                    html, body, td, th, input, select {
                        font-family: Tahoma,Arial,Helvetica,sans-serif; <----- to
                        font-size: 0.9em;
                    }
                    

                    And it work fine!

                    This is correct. Tahoma isn't included on some operating systems. Veranda is intended for "fine print" type design applications and is a wider font, thus pushing the menu out.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Supermule Banned last edited by

                      But why run a fixed width menu and not something that adjust to simple things like that?

                      1 Reply Last reply Reply Quote 0
                      • jdillard
                        jdillard last edited by

                        you'll have to ask whoever designed it…it's an open source project.

                        1 Reply Last reply Reply Quote 0
                        • S
                          Supermule Banned last edited by

                          HAHAHAHAHAHAHA :D

                          Maybe you could point me in the right direction??

                          @jdillard:

                          you'll have to ask whoever designed it…it's an open source project.

                          1 Reply Last reply Reply Quote 0
                          • jdillard
                            jdillard last edited by

                            https://github.com/pfsense/pfsense/commits/RELENG_2_1/usr/local/www/themes/pfsense_ng/all.css

                            behold the power of git!

                            1 Reply Last reply Reply Quote 0
                            • S
                              Supermule Banned last edited by

                              Get on with it then :D

                              A side note Jared… Would be great if you could redo the pfsense webgui so it worked well even with different fonts and browsers...

                              1 Reply Last reply Reply Quote 0
                              • jdillard
                                jdillard last edited by

                                I'll be working a fix into master for future releases, it's hard to plan for missing fonts. The trick with working on the current (note I said current) GUI is knowing when to stop fixing things ;)

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Supermule Banned last edited by

                                  Charlie did the widescreen for me and has made a lot of changes to the CSS and code to make it really nice.

                                  Charlie440 is his name in here. Could be that you should talk to him.

                                  1 Reply Last reply Reply Quote 0
                                  • ?
                                    Guest last edited by

                                    @kejianshi:

                                    No idea.  I suspect its purely a cache problem.  Like for whatever reason, your browser is holding onto data that is messing things up for you.

                                    This.

                                    The CSS changed, and browsers have a tendency to cache the CSS.

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      Paul47 last edited by

                                      I'm seeing this with Seamonkey on Lubuntu. In my case, simply reloading the page put the help menu back where it belongs.

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        Synthetickiller last edited by

                                        I have yet to run into the issue here, but I'm running 1440p monitors on Win 7.

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          thedude42 last edited by

                                          In case anyone hasn't figured it out, if you are using a browser that has some kind of developer options that allows you runtime access to the style information on the page, you can open up those tools and edit the style so you can temporarily navigate to one of the menu items under the "System" menu.  This works quite well for me in chrome.

                                          Basically you find the style entry mentioned previously:

                                          font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
                                          font-size: 0.9em;
                                          

                                          All I did was change the .9 to .8, and it shrank all of the menu fonts enough that I could access the drop down menu.

                                          This was a quick and easy work-around that did not require me editing any of the system files on pfsense, for people looking for something along those lines.

                                          1 Reply Last reply Reply Quote 0
                                          • w0w
                                            w0w last edited by

                                            In my case I've changed active theme twice - to something else and back to original and my problem is gone. You can see what was wrong on attached image - 2.1.5 is on the left side and 2.2 Alpha is on the right, two browser tabs opened in one browser simultaneously and sreenshots are taken and compiled into one image.


                                            1 Reply Last reply Reply Quote 0
                                            • T
                                              themod last edited by

                                              cleared everything and still does the gui mess up  i just use tab to get through the menu now is all :(

                                              1 Reply Last reply Reply Quote 0
                                              • T
                                                Truster last edited by

                                                hahaha had this one today, so i did the following:

                                                typed https://this.is.my.wall:443/system.php and changed theme to nervecenter.

                                                Oh im on Windows 8.1 ;-)

                                                1 Reply Last reply Reply Quote 0
                                                • First post
                                                  Last post

                                                Products

                                                • Platform Overview
                                                • TNSR
                                                • pfSense
                                                • Appliances

                                                Services

                                                • Training
                                                • Professional Services

                                                Support

                                                • Subscription Plans
                                                • Contact Support
                                                • Product Lifecycle
                                                • Documentation

                                                News

                                                • Media Coverage
                                                • Press
                                                • Events

                                                Resources

                                                • Blog
                                                • FAQ
                                                • Find a Partner
                                                • Resource Library
                                                • Security Information

                                                Company

                                                • About Us
                                                • Careers
                                                • Partners
                                                • Contact Us
                                                • Legal
                                                Our Mission

                                                We provide leading-edge network security at a fair price - regardless of organizational size or network sophistication. We believe that an open-source security model offers disruptive pricing along with the agility required to quickly address emerging threats.

                                                Subscribe to our Newsletter

                                                Product information, software announcements, and special offers. See our newsletter archive to sign up for future newsletters and to read past announcements.

                                                © 2021 Rubicon Communications, LLC | Privacy Policy