<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>19444</bug_id>
          
          <creation_ts>2008-06-08 21:47:43 -0700</creation_ts>
          <short_desc>form submit stops javascript execution</short_desc>
          <delta_ts>2010-11-12 12:13:38 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Forms</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>14828</dup_id>
          
          <bug_file_loc>http://www.charmm-gui.org/test.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Sunhwan Jo">sunhwanj</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>82711</commentid>
    <comment_count>0</comment_count>
    <who name="Sunhwan Jo">sunhwanj</who>
    <bug_when>2008-06-08 21:47:43 -0700</bug_when>
    <thetext>http://www.charmm-gui.org/test.html

When a form is submitted, javascript execution is stopped.
I&apos;m using a javascript to periodically update a textarea, and 
when I submit the form, this update is stopped. 
This page works okay with safari 2, firefox 2&amp;3, ie 6&amp;7.


# test.html
&lt;script src=&quot;javascripts/prototype.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script&gt;
function updateMonitorComplete(request) {
    //new Insertion.Top(&apos;monitor&apos;, request.responseText);
    $(&apos;monitor&apos;).value = request.responseText;
}

function updateMonitorCall() {
    new Ajax.Request(&apos;/monitor_test.php&apos;,
        {
          asynchronous:true,
          onComplete: updateMonitorComplete
        }
    );
}

new PeriodicalExecuter(updateMonitorCall, 1);
&lt;/script&gt;

&lt;form action=&apos;monitor_test_form.php&apos;&gt;
&lt;textarea id=&apos;monitor&apos; name=&apos;monitor&apos;&gt;
&lt;/textarea&gt;
&lt;input type=submit&gt;
&lt;/form&gt;


# monitor_form_test.php
&lt;? sleep(10); ?&gt;


# monitor_test.php
&lt;? echo time(); ?&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>308685</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-11-12 12:13:38 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 14828 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>