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.2k 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.
    • K Offline
      kejianshi
      last edited by

      After I shutdown and restarted the Chrome browser on windows7 pro, the issue did not reappear even if I had other tabs up first.

      Its an odd issue I guess.

      I can try also on my Linux machine and see what happens there, but I suspect there will be no problem.

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

        OK - Tried this on Linux Mint using google chrome (Not chromium) and works fine.  If its a problem with linux, its not every distro or every browser.

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

          Can you test Firefox 31 as well?

          pfSense Gold subscription

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

            Sure - I just did.  Works fine with firefox 31 also on linux mint.

            1 Reply Last reply Reply Quote 0
            • 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
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.