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

  • SEARCH
  • Home
  • 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 7932957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T21:10:37+00:00 2026-06-03T21:10:37+00:00

First, I can’t put the demo in jsFiddle because it’s too big. Demo Double

  • 0

First, I can’t put the demo in jsFiddle because it’s too big.
Demo
Double click configurations icon to open the window, now if you resize the window, the content overflow, if you resize again it’s ok, and so on. Why is this issue? (resize works once and once not..)
Here is the relevant code:

Resize event handler:

$('.window-container').live('resize', function(){
    var window = $(this).data('window');
    window.setWidth(window.windowContainer.width());
    window.setHeight(window.windowContainer.height());       
    window.repaint();
});

Repaint method (only the relevant code):

JWindow.prototype.repaint = function(){ 
    this.windowContainer.hide();
    if (this._visible && !this._minimized) this.windowContainer.show();
    this.windowContainer.css('position', 'abosolute');
    this.windowContainer.css('left', this.getLeft());
    this.windowContainer.css('top', this.getTop());
    //Resizable    
    this.windowContainer.resizable('disable');
    if (this._resizable){
        this.windowContainer.resizable({
            containment: 'parent',
            ghost: true,
            animate: false,
            minHeight:100,
            minWidth:this.titleLabel.textWidth()+120
        });
        this.windowContainer.resizable('enable');
    }
    this.windowContentContainer.css('height',this.windowContainer.innerHeight()-this.titleBarContainer.height()-20);
}
  • 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-06-03T21:10:39+00:00Added an answer on June 3, 2026 at 9:10 pm

    Well, this is not really a correct answer, I was unable to figure out the issue, so I recoded all the resize code..

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

Sidebar

Related Questions

I am trying to stitch two images together, but only the first one can
First one: how can I create a Thread that doesn't start right away.If I
Quote from Head first html: You can add padding to the top and bottom
Via Function: myfunc Parameters: a - First parameter b - First parameter I can
I'm using this XML classes for the first time and can't find this piece
How can I get first and last days of the current week? What I
I can select the first item in the div using $('.class:first') Now since I
How can I ignore first element and get rest of the elements? <ul> <li><a
How can i skip first argument without giving any value in function call,so that
Hi I'm totally new to Prestashop and installing it first time can any one

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.