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

The Archive Base Latest Questions

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

We use YUI 2.9.0, and on a form we have a problem : if

  • 0

We use YUI 2.9.0, and on a form we have a problem : if we press enter on an input type=”text”, the form is submitted the “normal way”, and not via the async mode of YUI Dialog (the “normal way” is the one used in pure HTML web, without JS and web 2.0 asynchronous comm).

On this page I can see the bug was handled in version 2.3.1, but I still have one issue
http://tech.groups.yahoo.com/group/ydn-javascript/message/30139
In fact in depend of the content of the form : with a text and a select field I have the issue, if I had the datepicker it’s run ok.

Is there any way, appart of key listerner wich stop enter key press?

  • 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-30T00:15:54+00:00Added an answer on May 30, 2026 at 12:15 am

    you can shutdown form submissions on your dialog by putting this in the form tag:

    <form onsubmit="return(false);" id="myId" name="myName" action="" method="">
    

    you’ll then have to put an event listener to your button or do the XHR submission yourself .

    althought if you use this declaration for your dialog with isDefault set to true in handleSubmit you wouldnt probably have the form submitted on enter keypress .

    YAHOO.example.container.dialog1 = new YAHOO.widget.Dialog("dialog1", 
                { width : "300px",
                  fixedcenter : true,
                  visible : false, 
                  constraintoviewport : true,
                  buttons : [ { text:"Submit", handler:handleSubmit, isDefault:true },
                              { text:"Cancel", handler:handleCancel } ]
                 } );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I use YUI to locate a text input by name and insert
I am having problem with rendering text/json in Chrome. I use YUI library to
I use yui datatable and i have a field which is resumePath which is
I use yui datatable in my asp.net application... I have a link button in
I have a YUI dialog that submits a form to a Java servlet. The
I want to use the YUI calendar widget to provide users with a way
I'm a Java programmer, but not a JavaScript programmer. I have just discovered YUI,
I'm trying to use YUI to validate a radio button group on form submit
In my HTML I have something like this <input type=button value=Delete onclick=delete(this);/> and in
I am trying to use the YUI ScrollView with paging but I do not

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.