Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 829517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T03:53:45+00:00 2026-05-15T03:53:45+00:00

My code used to work, but I recently updated jQuery UI to 1.8 and

  • 0

My code used to work, but I recently updated jQuery UI to 1.8 and jQuery to 1.4 because some things weren’t working. Once I did that, those things started working, however, now I notice this one dialog is positioning itself top-center, instead of middle-center.

Let me explain the code a bit first. The code queries an Ajax request every x minutes to see the last time the session was hit. If it’s been 10 minutes since they last hit their session, a jQuery UI dialog div appears, with a warning that their session is about to expire, and there is a button that lets you re-hit your session via a separate in-line Ajax GET request without reloading the whole page.

Here’s the actual trouble. After 15 minutes or more, it’s supposed to close the warning dialog (it checks if it’s already open, which in this situation it ‘likely is’) and then creates a new dialog with an in-line login form that lets you re validate your log-in without reloading the page (and losing any unsaved, half-way filled out forms).

Here is the function that is supposed to close the warning, create the re-login div:

function renderReLogin() {
    if ($("#logOutWarning").dialog("isOpen")) {
        $("#logOutWarning").dialog("close"); // Close warning dialog as session has already expired
    }

    if ($("#logOutReLogin").dialog("isOpen") != true)
    {
        $('#noticeContainers').html('<div id="logOutReLogin" title="You\'ve been logged out!"><div id="logOutReLoginText"></div></div>');
    }

    $('#logOutReLoginText').html("This session has expired. In order to protect the integrity of you and your clients, we must limit sessions. To resume this session (and not lose any unsaved work) you must revalidate your credentials by logging in below.<br />" +
        '<br /><div style="color:red;text-align:center;" id="loginFeedback"></div>'+
        '<form id="reloginForm">'+
        '<table width="40%" align="center"><tr><td>E-mail:</td>'+
        '<td><input id="username" type="edit"></td></tr>'+
        '<tr><td>Password</td>'+
        '<td><input id="password" type="password"></td></tr>'+
        '</table></form>'
    );

    $('#logOutReLogin').dialog(
        {
            width: '50%',
            modal: true,
             show: 'scale',
            hide: 'scale',
            draggable: false,
            resizable: false,
            position: 'center',
            buttons: {
                "Re-Login": function() { retryLogin(); },
            }
        }
    );
}

Now like I said above, the warning opens fine, and then closes fine. But the re-login dialog snaps to the very top-center of the view-port, rather than the middle-center.

When I manually call $(“#logOutReLogin”).dialog(“option”, “position”, “center” ); via Firebug in Firefox after it’s already opened, it does go to where it should be. It just seems to be the open behavior within the function above.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T03:53:45+00:00Added an answer on May 15, 2026 at 3:53 am

    After trial and error I believe I found the cause why it was not working. It seems that the hide animation on the warning dialog was conflicting with the show animation of the re-login dialog.

    I moved around a lot of stuff and noticed the most desirable outcome after commenting out the animations settings, so I’m assuming that was it — but it could have been a combination of things I changed while experimenting.

    I am not sure if this is a known no-no to have things set up the way I did/do. But I suppose having animations for this isn’t really needed as the likely reason they popup is the user is not looking at the tab.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have used the code request.getHeader(Referer); The code seemed to work fine. But recently
I'm currently refactoring/tidying up some old C code used in a C++ project, and
Is there a way to find the number of lines of code used in
In our code we used to have something like this: *(controller->bigstruct) = ( struct
Here is the code currently used. public String getStringFromDoc(org.w3c.dom.Document doc) { try { DOMSource
I've seen (and used) code to have a link spawn a javascript action many
Info - for better formatting, I used code-formatting throughout the whole posting. Hi, I
I used the code below to compress files and they keep growing instead of
Which programming language(s) were used to code Windows Vista?
As per my understanding stateless session beans are used to code the business logic.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.