• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Advanced Menu Command Missing Text Box

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    7
    22
    5.1k
    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.
    • Q
      Quazz Moderator
      last edited by

      0_1512401883707_Advancedmenu.PNG

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @fud18 @Junkhacker Which browser do you use? If you have Chrome or Firefox can you please right click into the page where the text box should be, then click Inspect (Chrome) or Inspect Element (Firefox). In my case the HTML code looks like this:

        ...
        <td class="col-xs-6 form-group">
          <div class="input-group">
            <textarea id="advtext" class="form-control" name="adv"></textarea>
          </div>
        </td>
        ...
        

        Is the <textarea ...> tag missing in your case?

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        JunkhackerJ 1 Reply Last reply Reply Quote 0
        • JunkhackerJ
          Junkhacker Developer @Sebastian Roth
          last edited by

          @sebastian-roth tested in firefox and chrome on multiple OSs, textarea isn’t missing on my current box.

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            @junkhacker said in Advanced Menu Command Missing Text Box:

            textarea isn’t missing on my current box.

            So it’s probably something CSS is doing to it to make it invisible. I’d love to look at it myself but can’t replicate the issue. Are you familiar with how debugging HTML/CSS/JS works in Firefox?

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • R
              RipAU
              last edited by

              Just noticed on my test server (Version 1.5.0-RC-10) that the text box is working with Internet Explorer 11 and Edge Browser but missing on the latest Chrome (Version 62.0.3202.94.) I haven’t been able to test with firefox yet sorry.

              I’m not a web developer so I’m not exactly sure what I’m looking for with chrome inspect:

              0_1512455513504_RC10-chrome.png

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by

                @RipAU Thanks! On the right side of that Inspect/Debug view you see all the CSS stuff being assigned to the element you select on the left. You can even live edit the CSS values locally in that view to see if you can make it work again.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • R
                  RipAU
                  last edited by

                  Ahh yep, if I edit the HTML and just remove:

                  id="advtext"
                  

                  The text box re-appears, so yes I’m assuming it is related to the CSS?

                  Just FYI, I tested it with the latest Firefox and the text box is working. It only appears to be having an issue in Chrome for me.

                  Cheers,
                  Adam

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by

                    @RipAU Thanks! Is this Chrome on Windows?? I have Chrome on Debian Linux and no issue with that. At first I though it could be CSS related but that id="advtext" is just that, an identifier. So far I haven’t found any related CSS code. This is interesting.

                    @fud18 @Junkhacker Can you confirm this is happening only in Chrome?

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    JunkhackerJ 1 Reply Last reply Reply Quote 0
                    • JunkhackerJ
                      Junkhacker Developer @Sebastian Roth
                      last edited by Junkhacker

                      @sebastian-roth happening in
                      chrome and Firefox (but not edge or explorer) on Windows 10 and
                      chromium and Firefox on Lubuntu 17.10 and
                      Firefox (but not safari) on Mac OS Sierra

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      1 Reply Last reply Reply Quote 0
                      • R
                        RipAU
                        last edited by

                        Yep just seeing this issue in Chrome with Windows 10.

                        1 Reply Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott
                          last edited by

                          I’m so very confused by this. I can’t seem to replicate it, and there doesn’t appear to be a reason for the css to be causing issues. I could understand the problem if there were 2 css id tags of the same value, but this doesn’t appear to be the case (else it would appear on all browsers I would think).

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by

                            @Tom-Elliott Which OS/browser combination are have you tried replicating this?

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            Tom ElliottT 1 Reply Last reply Reply Quote 0
                            • Tom ElliottT
                              Tom Elliott @Sebastian Roth
                              last edited by

                              @sebastian-roth so far just chrome, which from what I can tell is one of the “broken” browsers.

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                              1 Reply Last reply Reply Quote 0
                              • L
                                lebrun78
                                last edited by

                                Hello.

                                I have always the problem.
                                Can’t view Advanced menu command with Firefox 70.0.1 (64 bits).
                                No problem with chromium or opera.
                                Client os is ubuntu 18.04

                                Fog Version: Fog 1.5.10
                                Server OS: AlmaLinux release 8.8

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by

                                  @lebrun78 Disable Ad-Block addin and you will see the advanced menu field!

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  1 Reply Last reply Reply Quote 1
                                  • 1
                                  • 2
                                  • 2 / 2
                                  • First post
                                    Last post

                                  170

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project