New post select from Photo Album not working properly.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kf4eok
    Member
    • Sep 2009
    • 80

    New post select from Photo Album not working properly.

    When I click on the camera icon in the top left of the editor I get the choice to upload or Select from Photo Album. The upload button works as you would expect. When I click the Select from Photo Album button it flashes a box really quick then nothing and the page turns light grey and I have to refresh the page. I tried this in FF and chrome with the same results. I am running 5.1.9
    I now know what is happening, the dialog box is opening up but it is hidden on the top of the page and if you scroll up you can see it. Most people would not know to scroll up. If the page is small or short with no scrolling needed it works OK.
    my site: http://gonejetskifishing.com
    Is this a bug in vb5.1.9 or something that I could fix on my end?
    I tested with the default vb style also with the same results.
    I also now see that clicking Select from Photo Album here on this site will give you the same results. The pop up dialog box should be in plain site just as when you click the upload button.
    Last edited by kf4eok; Fri 18 Sep '15, 7:11pm.
    http://www.thestarquestclub.com/forums/forum.php
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74149

    #2
    Do you have photo albums created? You would have to visit the media tab on your profile to create new albums.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 74149

      #3
      This is working for me - http://www.vbulletin.com/forum/forum...oto-album-test
      Translations provided by Google.

      Wayne Luke
      The Rabid Badger - a vBulletin Cloud demonstration site.
      vBulletin 5 API

      Comment

      • glennrocksvb
        Former vBulletin Developer
        • Mar 2011
        • 4021
        • 5.7.X

        #4
        I was able to reproduce the above mentioned issue here in this forum. Clicking the Select from Photo Album flashes the dialog box and moves up out of sight. You have to scroll up to see the dialog box. The issue is not obvious if the topic is not long enough to have below the fold content.

        Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

        Comment

        • kf4eok
          Member
          • Sep 2009
          • 80

          #5
          Originally posted by Glenn Vergara
          I was able to reproduce the above mentioned issue here in this forum. Clicking the Select from Photo Album flashes the dialog box and moves up out of sight. You have to scroll up to see the dialog box. The issue is not obvious if the topic is not long enough to have below the fold content.
          Thank you for confirming this for me. I am like you it is obvious when this can be replicated on this forum and on this very page we are currently on.
          http://www.thestarquestclub.com/forums/forum.php

          Comment

          • kf4eok
            Member
            • Sep 2009
            • 80

            #6
            Originally posted by Wayne Luke
            I did not say that it did not work. Clicking the Select from Photo Album flashes the dialog box and moves up out of sight. You have to scroll up to see the dialog box. The issue is not obvious if the topic is not long enough to have below the fold content. If you do not know to scroll up the page, which most users would not know to do, users think that the page has frozen and leave.

            Is this a bug that needs to be reported?
            http://www.thestarquestclub.com/forums/forum.php

            Comment

            • kf4eok
              Member
              • Sep 2009
              • 80

              #7
              Originally posted by Wayne Luke
              Do you have photo albums created? You would have to visit the media tab on your profile to create new albums.
              yes I have
              http://www.thestarquestclub.com/forums/forum.php

              Comment

              • Wayne Luke
                vBulletin Technical Support Lead
                • Aug 2000
                • 74149

                #8
                Originally posted by Glenn Vergara
                I was able to reproduce the above mentioned issue here in this forum. Clicking the Select from Photo Album flashes the dialog box and moves up out of sight. You have to scroll up to see the dialog box. The issue is not obvious if the topic is not long enough to have below the fold content.
                A JIRA needs to be created for this so it can be looked at.
                Translations provided by Google.

                Wayne Luke
                The Rabid Badger - a vBulletin Cloud demonstration site.
                vBulletin 5 API

                Comment

                • glennrocksvb
                  Former vBulletin Developer
                  • Mar 2011
                  • 4021
                  • 5.7.X

                  #9
                  Workaround solution via custom CSS while waiting for actual fix.

                  Code:
                  body { position: relative; }
                  .js-photo-selector-wrapper {
                      bottom: 200px !important; /* adjust as necessary */
                      top: auto !important;
                  }

                  Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

                  Comment

                  • kf4eok
                    Member
                    • Sep 2009
                    • 80

                    #10
                    Thanks Glenn for this code. I will use this until the fix comes out.
                    http://www.thestarquestclub.com/forums/forum.php

                    Comment

                    Related Topics

                    Collapse

                    Working...