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.
    • O Offline
      Ofloo
      last edited by

      same here, i've got 3screen desktop i've already tried pulling the browser over 3 screens it doesn't help.

      tried it with firefox and chromium, .. this just pisses me off just for some advertisement link.

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

        https://forum.pfsense.org/index.php?topic=81049.0

        pfSense Gold subscription

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

          my resolusion is 1920x1080 …

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

            I was wrong - Other than screen resolution, there was another difference.  On the laptop that is having the problem, I already had another site open in another tab before I opened pfsense admin console in a second tab.  I close all tabs, and the browser, opened the browser with only 1 tab, went directly to the pfsense admin console and the problem was gone.

            So, I guess shutting down the browser and reopening it with only pfsense up did the trick for me on that laptop.

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

              Does it change when opening more tabs again??

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

                I'll  try and see….

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

                  @kejianshi:

                  So, I guess shutting down the browser and reopening it with only pfsense up did the trick for me on that laptop.

                  Whats your OS on the laptop?
                  I guess we have here two issue, one with the browser cache and one with a Linux OS.

                  pfSense Gold subscription

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