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

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

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    35 Posts 13 Posters 8.1k 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.
    • S Offline
      slu
      last edited by

      Thanks for testing.

      Missing font problem?

      pfSense Gold subscription

      1 Reply Last reply Reply Quote 0
      • K Offline
        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 Offline
          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!

          pfSense Gold subscription

          1 Reply Last reply Reply Quote 0
          • K Offline
            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 Offline
              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.

              pfSense Gold subscription

              1 Reply Last reply Reply Quote 0
              • I Offline
                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 Offline
                  slu
                  last edited by

                  Which is in the end the similar problem.  :)

                  pfSense Gold subscription

                  1 Reply Last reply Reply Quote 0
                  • jdillardJ Offline
                    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 Offline
                      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
                      • jdillardJ Offline
                        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 Offline
                          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
                          • jdillardJ Offline
                            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 Offline
                              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
                              • jdillardJ Offline
                                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 Offline
                                  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
                                  • ? This user is from outside of this forum
                                    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 Offline
                                      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 Offline
                                        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 Offline
                                          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
                                          • w0wW Offline
                                            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.

                                            wtf2.jpg
                                            wtf2.jpg_thumb

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