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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:13:00+00:00 2026-05-28T03:13:00+00:00

I want to open a dialog in combination with touchOverflowEnabled: true. The problem is

  • 0

I want to open a dialog in combination with touchOverflowEnabled: true.

The problem is the following:
The dialog is coming up properly but after a couple of milliseconds, the background below the dialog turns from black into white; the page seems to shrink.
Furthermore, the checkboxes on the main page are smaller; they do not fit the complete page from left to right.

If I do not use touchOverflowEnabled: true everything works well.

Any ideas, how to solve this problem??

Here’s my complete sample code (the html-tags are missing):

<head> 
    <title>Title</title> 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
    <meta name="viewport" content="width=device-width, initial-scale=1"> 
    <link rel="icon" href="images/favicon.ico" type="image/x-icon">
    <link rel="apple-touch-icon" href="images/icon.png" />
    <link rel="apple-touch-startup-image" href="images/tablet_startup.png">
    <link rel="stylesheet" href="css/black-tie/jquery-ui-1.8.16.custom.css" />
    <link rel="stylesheet" href="css/jquery-mobile/jquery.mobile-1.0.css" />
    <link rel="stylesheet" href="css/styles.css" />
    <script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
    <script type="text/javascript">
      $(document).bind("mobileinit", function(){
        $.extend(  $.mobile , {
          touchOverflowEnabled: true,
          defaultDialogTransition: 'pop',
          orientationChangeEnabled: false
        })
      });
    </script>
    <script type="text/javascript" src="js/jquery.mobile-1.0.js"></script>
</head> 
<body>
  <!-- Begin objective page -->
  <section id="questions_objectives" data-role="page">

      <header data-role="header" data-position="fixed">
          <h1>Goals</h1>
      </header><!-- /header -->

      <div data-role="content">
          <form id="f_objectives">
              <h3>Personal Goals</h3>
              <div data-role="fieldcontain">
                  <fieldset data-role="controlgroup">
                      <input type="checkbox" name="o_1" id="o_1">
                      <label for="o_1">Goal 1</label>
                      <input type="checkbox" name="o_2" id="o_2">
                      <label for="o_2">Goal 2</label>
                      <input type="checkbox" name="o_3" id="o_3">
                      <label for="o_3">Goal 3</label>
                  </fieldset>
              </div>
          </form>
      </div><!-- /content -->

      <footer data-role="footer" data-id="pluginFooter" data-position="fixed">
          <div align="center" data-role="controlgroup" data-iconpos="top" data-type="horizontal">
              <a href="#logout_panel" data-rel="dialog" data-role="button" data-icon="home">Abmelden</a>
          </div>
      </footer><!-- /footer -->

  </section><!-- /page -->
  <!-- End objective page -->

  <!-- Begin logout page --> 
  <section id="logout_panel" data-role="dialog">

      <header data-role="header">
          <h1>Logout</h1>
      </header><!-- /header -->

      <div id="section_logout" name="section_logout" data-role="content">
          <h3>Would you like to receive emails?</h3>
          <form id="logout_form">
              <div data-role="fieldcontain">
                  <fieldset data-role="controlgroup">
                      <input type="checkbox" name="logout_yes" id="logout_yes" checked="checked" onchange="setLogoutCB('YES')">
                      <label for="logout_yes">Yes</label>
                      <input type="checkbox" name="logout_no" id="logout_no" onchange="setLogoutCB('NO')">
                      <label for="logout_no">No</label>
                  </fieldset>
              </div>
          </form>
      </div><!-- /content -->

      <footer data-role="footer">
          <div id="btn_logout" align="center" data-role="controlgroup" data-iconpos="top" data-type="horizontal">
              <a href="#" data-role="button" data-icon="home" data-direction="reverse">Logout</a>
          </div>
      </footer><!-- /footer -->

  </section>
  <!-- End logout page -->

</body>
  • 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-28T03:13:01+00:00Added an answer on May 28, 2026 at 3:13 am

    i would recommend u not to use touchOverflowEnabled anymore. It has its own issues and it wont even be there in jquery mobile from the version 1.1
    its going to be deprecated.

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

Sidebar

Related Questions

I want to open a file dialog via FileReference.browse() but I get #2176 error
i want to open JQuery UI Dialog In Mouse Position. what is the problem
I'm using jquery for modal dialogs. I want to open model dialog from one
I want to open a file dialog box in user control. I used using
I want to show a open dialog for the user, where the user can
I want to add a file type extension to the Open Dialog of Excel
I want to open a save file dialog, have the user enter a filename,
I want an Open File Dialog with ****.class*** ,****.jar*** filters. I want that *.jar
my page have a link <a href=/hyperlink>Hyper link</a> i want to open a dialog
Building a file open dialog replacement. Much of it works now, but I would

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.