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 1062613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:39:15+00:00 2026-05-16T18:39:15+00:00

In my application, I have a call to an externalinterface to open a separate

  • 0

In my application, I have a call to an externalinterface to open a separate browser in a new window:

As you can see, I open a separate browser w/ width of 700 and height of 500. Now, if we interact w/ that popup window and zoom in and/or zoom out everything is fine. You close the popup & close out of the main application. All fine until now.

The problem happens when you relaunch the application and click the popup window. If, during your last visit you zoomed in on the popup, this time around that same popup will be much smaller than the 700 width & 500 height that is set. Has anyone experienced this? What’s the solution?

  • 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-16T18:39:15+00:00Added an answer on May 16, 2026 at 6:39 pm

    Is it possible for you to set the zoom CSS property on the dollywood.com page? I leverage YUI’s reset-fonts-grids.css to normalise all element defaults, including page zoom level. Perhaps this could help?

    If poss chuckus a link so I/we can replicate the prob?

    EDIT:

    Re: my comment below, if you need a more complicated JavaScript solution which handles things like a user resizing the window, if that also triggers the above prob, then also link to/include:

    http://yui.yahooapis.com/2.8.1/build/yahoo-dom-event/yahoo-dom-event.js

    …and then in the <head> element of your app’s document, add something like this:

    var ye = YAHOO.util.Event;
    ye.on(window, 'load', function(e){
    
        fixZoom();
    
        // safe to manipulate the DOM now
        ye.on(window, 'resize', function(e){
    
            fixZoom();
    
        });
    
    });
    
    function fixZoom(){
        // Do any extra zoom fixing stuff here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

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.