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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:22:00+00:00 2026-05-26T17:22:00+00:00

Just started using the Ace editor (http://ace.ajax.org) and although it works fine on a

  • 0

Just started using the Ace editor (http://ace.ajax.org) and although it works fine on a regular editor, as soon as I put it inside a jquery-ui dialog that has the ‘modal: true’ option, I can do everything except input text. That is, I can select, use ctrl combinations, and even DELETE text, but I can’t insert letters.

Any idea how that ‘modal: true’ option might interfere with regular character insert? Is there a ‘stopPropagation’ function that might stop the key-stroke from getting to the editor?

  • 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-26T17:22:00+00:00Added an answer on May 26, 2026 at 5:22 pm

    The problem was that jquery-dialogs look for a z-index on the target element (in this case, the textarea of the Ace editor) before allowing the event to continue. At the time of writing, this is where they do this check:

    jquery.ui.dialog.js starting on line 685.

    create: function( dialog ) {
      if ( this.instances.length === 0 ) {
        ...
        setTimeout(function() {
          // handle $(el).dialog().dialog('close') (see #4065)
          if ( $.ui.dialog.overlay.instances.length ) {
            $( document ).bind( $.ui.dialog.overlay.events, function( event ) {
              // stop events if the z-index of the target is < the z-index of the overlay
              // we cannot return true when we don't want to cancel the event (#3523)
    
    
              // HERE's THE CHECK
              if ( $( event.target ).zIndex() < $.ui.dialog.overlay.maxZ ) {
                return false;
              }
            });
          }
        }, 1 );
    

    There are several ways to handle this, but I found the easiest was to set the z-index of Ace’s textarea to a really high value. Here’s the part of the CSS where I did this:

    ace_uncomplessed.js starting on line 16211.

    "\n" +
    ".ace_editor textarea {\n" +
    "    position: fixed;\n" +
    "    z-index: 2000;\n" +
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just started using GNU Emacs as my text editor and I am concerned
Ive just started using WCF with silverlight and its working fine. But one thing
Just started using Apache Commons StringEscapeUtils . According to http://www.w3schools.com/tags/ref_entities.asp , &Ouml; should correspond
I just started using PyGI (on Ubuntu Natty), although I have never used pygtk
Just started using AJAX today via JQuery and I am getting nowhere. As an
I just started using Boost::regex today and am quite a novice in Regular Expressions
Have just started using Google Chrome , and noticed in parts of our site,
Have just started using Visual Studio Professional's built-in unit testing features, which as I
I just started using the WPF WebBrowser that is included in Net 3.5 SP1.
I just started using SVN, and I have a cache directory that I don't

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.