Announcement

Collapse
No announcement yet.

Error Popup on Double Click

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error Popup on Double Click

    So there is this issue i have with clicking on a topic that is already loading. (Basically clicking on a topic while the site is loading).

    If you make a double click on a topic here in the official forums you get a nice little error tooltip:

    Click image for larger version

Name:	error.jpg
Views:	69
Size:	23.5 KB
ID:	4326565


    However when i perform exactly the same in my forums i get a big popup message:

    Click image for larger version

Name:	blub.jpg
Views:	308
Size:	5.9 KB
ID:	4326566


    It has nothing to do with the style i use. It also appears when i use the default style.

    So my questions:

    1) How can i change the error message display as tooltip?
    2) Is there a way to fix it so you can't click on a topic that is already loading?

    Of course it would be nicer to not have any error at all

    Thanks!
    Attached Files

  • #2
    The content of the preview popup is still loading...you have to give it a second or so to load the data.
    There is a tracker entry to improve this behaviour.
    MARK.B
    vBulletin Support

    Comment


    • #3
      I am fine with it still loading.

      I want to have this little tooltip instead of the big popup box.

      When i double click a topic on site that also runs 5.1.8 it shows the yellow tooltip but on my site i get the big messagebox.

      Maybe it is a setting options as both sites run the same version of vBulletin?

      BTW: Thanks Mark you're support replies are always quick!

      Comment


      • #4
        So do you not get the tooltips at all? You just get the big error box?
        MARK.B
        vBulletin Support

        Comment


        • #5
          Originally posted by Mark.B View Post
          So do you not get the tooltips at all? You just get the big error box?
          I get the loading tooltip when i click once.

          But no error tooltip. Just the big error popup box.

          Comment


          • #6
            You don't have permission to do the double-click functionality which is to rename the thread. The error message in the dialog should be updated to indicate this. The Error in the tooltip is that you tried to do something before it could be retrieved. Each tooltip is only loaded on demand.
            Translations provided by Google.

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

            Comment


            • #7
              Ah, now it makes sense.

              Thanks for clearing that up!

              Comment


              • #8
                The error tooltip occurs when the page starts to unload (to open the topic page) and the ajax call is still in progress. The error/fail callback of the ajax call should check if the textStatus returned by the ajax is "abort". If so, then don't display the error tooltip. So basically, when an ajax call is aborted, it triggers the error callback and passes the "abort" status.

                Flag Icon Postbit AJAX Search Topic List Pagination INITIALS AVATAR Better Name Card Quote Selected Text Likes Summary Post Footer Translate Stop Links in Posts +MORE!

                Comment


                • #9
                  Originally posted by Glenn Vergara View Post
                  The error tooltip occurs when the page starts to unload (to open the topic page) and the ajax call is still in progress. The error/fail callback of the ajax call should check if the textStatus returned by the ajax is "abort". If so, then don't display the error tooltip. So basically, when an ajax call is aborted, it triggers the error callback and passes the "abort" status.
                  Sounds like a JIRA. The developers will never look at this thread.
                  Translations provided by Google.

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

                  Comment


                  • #10
                    Originally posted by Wayne Luke View Post

                    Sounds like a JIRA. The developers will never look at this thread.
                    Mark said there is already a JIRA for this.

                    Flag Icon Postbit AJAX Search Topic List Pagination INITIALS AVATAR Better Name Card Quote Selected Text Likes Summary Post Footer Translate Stop Links in Posts +MORE!

                    Comment


                    • #11
                      I've seen one somewhere, not sure if the specifics but it involved removing the Ajax behaviour of the tooltips. I'll see if I can find it later.
                      MARK.B
                      vBulletin Support

                      Comment

                      Related Topics

                      Collapse

                      Working...
                      X