<?xml version="1.0" encoding="UTF-8"?>
<ticket>
  <assigned-user-id type="integer">21539</assigned-user-id>
  <attachments-count type="integer">0</attachments-count>
  <closed type="boolean">false</closed>
  <created-at type="datetime">2009-06-18T19:25:58+01:00</created-at>
  <creator-id type="integer">55784</creator-id>
  <milestone-due-on type="datetime" nil="true"></milestone-due-on>
  <milestone-id type="integer">1634</milestone-id>
  <number type="integer">691</number>
  <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
  <priority type="integer">699</priority>
  <project-id type="integer">2706</project-id>
  <raw-data type="binary" nil="true" encoding="base64"></raw-data>
  <state>open</state>
  <tag>1.2.2 form hidden input</tag>
  <title>very strange bug on form submit under IE7</title>
  <updated-at type="datetime">2009-06-22T21:04:59+01:00</updated-at>
  <user-id type="integer">55784</user-id>
  <user-name>grazius</user-name>
  <creator-name>grazius</creator-name>
  <assigned-user-name>Christoph Pojer</assigned-user-name>
  <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
  <milestone-title>2.0</milestone-title>
  <original-body>Hi,
i've got a very strange bug under IE7.
if u make a form with an hidden input with the id = 'action' the form could not be submited ... javascript error !

'action' is not a reserved word ?

@@@
	&lt;script type=&quot;text/javascript&quot;&gt;
	//&lt;![CDATA[
	
	window.addEvent(&quot;domready&quot;, function(){

		//send form
		$('myForm').addEvent('submit',function(event){
			// block
			event.stop();

			// submit return
			this.set('send', {
				onComplete: function(response) {
					alert('ok');
				}
			});
			
			// send the form
			alert('send binded');
	
			//Send the form.
			this.send();
	
			alert('form sended');
		});
	});

	//]]&gt;
	&lt;/script&gt;
	
	&lt;form id=&quot;myForm&quot; name=&quot;myForm&quot; method=&quot;post&quot; action=&quot;myaction.php&quot; enctype=&quot;multipart/form-data&quot;&gt;
		&lt;input id=&quot;action&quot; name=&quot;action&quot; value=&quot;myaction&quot; type=&quot;hidden&quot; /&gt;
		&lt;input id=&quot;visiblefield&quot; name=&quot;visiblefield&quot; value=&quot;value2&quot; type=&quot;text&quot; /&gt;
		&lt;input id=&quot;bt&quot; type=&quot;image&quot; value=&quot;test&quot; /&gt;
	&lt;/form&gt;
@@@</original-body>
  <latest-body>Hi,
i've got a very strange bug under IE7.
if u make a form with an hidden input with the id = 'action' the form could not be submited ... javascript error !

'action' is not a reserved word ?

@@@
	&lt;script type=&quot;text/javascript&quot;&gt;
	//&lt;![CDATA[
	
	window.addEvent(&quot;domready&quot;, function(){

		//send form
		$('myForm').addEvent('submit',function(event){
			// block
			event.stop();

			// submit return
			this.set('send', {
				onComplete: function(response) {
					alert('ok');
				}
			});
			
			// send the form
			alert('send binded');
	
			//Send the form.
			this.send();
	
			alert('form sended');
		});
	});

	//]]&gt;
	&lt;/script&gt;
	
	&lt;form id=&quot;myForm&quot; name=&quot;myForm&quot; method=&quot;post&quot; action=&quot;myaction.php&quot; enctype=&quot;multipart/form-data&quot;&gt;
		&lt;input id=&quot;action&quot; name=&quot;action&quot; value=&quot;myaction&quot; type=&quot;hidden&quot; /&gt;
		&lt;input id=&quot;visiblefield&quot; name=&quot;visiblefield&quot; value=&quot;value2&quot; type=&quot;text&quot; /&gt;
		&lt;input id=&quot;bt&quot; type=&quot;image&quot; value=&quot;test&quot; /&gt;
	&lt;/form&gt;
@@@</latest-body>
  <original-body-html>&lt;div&gt;&lt;p&gt;Hi, i've got a very strange bug under IE7. if u make a form with
an hidden input with the id = 'action' the form could not be
submited ... javascript error !&lt;/p&gt;
&lt;p&gt;'action' is not a reserved word ?&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
	&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
	//&amp;lt;![CDATA[
	
	window.addEvent(&amp;quot;domready&amp;quot;, function(){

		//send form
		$('myForm').addEvent('submit',function(event){
			// block
			event.stop();

			// submit return
			this.set('send', {
				onComplete: function(response) {
					alert('ok');
				}
			});
			
			// send the form
			alert('send binded');
	
			//Send the form.
			this.send();
	
			alert('form sended');
		});
	});

	//]]&amp;gt;
	&amp;lt;/script&amp;gt;
	
	&amp;lt;form id=&amp;quot;myForm&amp;quot; name=&amp;quot;myForm&amp;quot; method=&amp;quot;post&amp;quot; action=&amp;quot;myaction.php&amp;quot; enctype=&amp;quot;multipart/form-data&amp;quot;&amp;gt;
		&amp;lt;input id=&amp;quot;action&amp;quot; name=&amp;quot;action&amp;quot; value=&amp;quot;myaction&amp;quot; type=&amp;quot;hidden&amp;quot; /&amp;gt;
		&amp;lt;input id=&amp;quot;visiblefield&amp;quot; name=&amp;quot;visiblefield&amp;quot; value=&amp;quot;value2&amp;quot; type=&amp;quot;text&amp;quot; /&amp;gt;
		&amp;lt;input id=&amp;quot;bt&amp;quot; type=&amp;quot;image&amp;quot; value=&amp;quot;test&amp;quot; /&amp;gt;
	&amp;lt;/form&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</original-body-html>
  <versions type="array">
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Hi,
i've got a very strange bug under IE7.
if u make a form with an hidden input with the id = 'action' the form could not be submited ... javascript error !

'action' is not a reserved word ?

@@@
	&lt;script type=&quot;text/javascript&quot;&gt;
	//&lt;![CDATA[
	
	window.addEvent(&quot;domready&quot;, function(){

		//send form
		$('myForm').addEvent('submit',function(event){
			// block
			event.stop();

			// submit return
			this.set('send', {
				onComplete: function(response) {
					alert('ok');
				}
			});
			
			// send the form
			alert('send binded');
	
			//Send the form.
			this.send();
	
			alert('form sended');
		});
	});

	//]]&gt;
	&lt;/script&gt;
	
	&lt;form id=&quot;myForm&quot; name=&quot;myForm&quot; method=&quot;post&quot; action=&quot;myaction.php&quot; enctype=&quot;multipart/form-data&quot;&gt;
		&lt;input id=&quot;action&quot; name=&quot;action&quot; value=&quot;myaction&quot; type=&quot;hidden&quot; /&gt;
		&lt;input id=&quot;visiblefield&quot; name=&quot;visiblefield&quot; value=&quot;value2&quot; type=&quot;text&quot; /&gt;
		&lt;input id=&quot;bt&quot; type=&quot;image&quot; value=&quot;test&quot; /&gt;
	&lt;/form&gt;
@@@</body>
      <body-html>&lt;div&gt;&lt;p&gt;Hi,&lt;br&gt;
i've got a very strange bug under IE7.&lt;br&gt;
if u make a form with an hidden input with the id = 'action' the
form could not be submited ... javascript error !&lt;/p&gt;
&lt;p&gt;'action' is not a reserved word ?&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt; &amp;lt;script type=&quot;text/javascript&quot;&amp;gt;
    //&amp;lt;![CDATA[
    
    window.addEvent(&quot;domready&quot;, function(){

        //send form
        $('myForm').addEvent('submit',function(event){
            // block
            event.stop();

            // submit return
            this.set('send', {
                onComplete: function(response) {
                    alert('ok');
                }
            });
            
            // send the form
            alert('send binded');
    
            //Send the form.
            this.send();
    
            alert('form sended');
        });
    });

    //]]&amp;gt;
    &amp;lt;/script&amp;gt;
    
    &amp;lt;form id=&quot;myForm&quot; name=&quot;myForm&quot; method=&quot;post&quot; action=&quot;myaction.php&quot; enctype=&quot;multipart/form-data&quot;&amp;gt;
        &amp;lt;input id=&quot;action&quot; name=&quot;action&quot; value=&quot;myaction&quot; type=&quot;hidden&quot; /&amp;gt;
        &amp;lt;input id=&quot;visiblefield&quot; name=&quot;visiblefield&quot; value=&quot;value2&quot; type=&quot;text&quot; /&amp;gt;
        &amp;lt;input id=&quot;bt&quot; type=&quot;image&quot; value=&quot;test&quot; /&amp;gt;
    &amp;lt;/form&amp;gt;&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-18T19:25:58+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>new</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-18T19:26:00+01:00</updated-at>
      <user-id type="integer">55784</user-id>
      <user-name>grazius</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name nil="true"></assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>same effect if u remove enctype=&quot;multipart/form-data&quot;</body>
      <body-html>&lt;div&gt;&lt;p&gt;same effect if u remove enctype=&quot;multipart/form-data&quot;&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-18T19:27:23+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>new</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-18T19:27:24+01:00</updated-at>
      <user-id type="integer">55784</user-id>
      <user-name>grazius</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name nil="true"></assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>More worrying !

if u put this after the form.send(), action property 'action' is null !!!

@@@
// send the form
alert(this.getProperty('action'));
@@@</body>
      <body-html>&lt;div&gt;&lt;p&gt;More worrying !&lt;/p&gt;
&lt;p&gt;if u put this after the form.send(), action property 'action' is
null !!!&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;// send the form
alert(this.getProperty('action'));&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-19T09:06:35+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>new</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-19T09:06:38+01:00</updated-at>
      <user-id type="integer">55784</user-id>
      <user-name>grazius</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name nil="true"></assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>... hummmm
put it before the send not after</body>
      <body-html>&lt;div&gt;&lt;p&gt;... hummmm put it before the send not after&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-19T09:07:31+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>new</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-19T09:07:36+01:00</updated-at>
      <user-id type="integer">55784</user-id>
      <user-name>grazius</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name nil="true"></assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">21539</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>An input with name 'action' is not ok since ie will overwrite existing action property from the form.

i mean $('form-id').action normaly returns the action attribute from the form, but in your case it will return the input with name 'action', because ie works like this. Try use another name to avoid this problem.

In fact there is a way to fix this and ill try to send the patch when i got time.
This can be set to hold.</body>
      <body-html>&lt;div&gt;&lt;p&gt;An input with name 'action' is not ok since ie will overwrite
existing action property from the form.&lt;/p&gt;
&lt;p&gt;i mean $('form-id').action normaly returns the action attribute
from the form, but in your case it will return the input with name
'action', because ie works like this. Try use another name to avoid
this problem.&lt;/p&gt;
&lt;p&gt;In fact there is a way to fix this and ill try to send the patch
when i got time.&lt;br&gt;
This can be set to hold.&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-19T13:02:33+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- 
:assigned_user: 
</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>new</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-19T13:02:38+01:00</updated-at>
      <user-id type="integer">30920</user-id>
      <user-name>F&#225;bio M. Costa</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name>Christoph Pojer</assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">21539</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Thanks for the response.

I work actually on integration of mocha-ui on differents system :

php (extra work) : On &quot;oscommerce&quot; manager and all 'action' are passed in hidden field name 'action'.
java (real job) : It's the same think but on a very big application.

For my extra work i can wait but for my real job this problem have a real cost (in money).


It's an IE bug or a Mootools bug (for IE) ?</body>
      <body-html>&lt;div&gt;&lt;p&gt;Thanks for the response.&lt;/p&gt;
&lt;p&gt;I work actually on integration of mocha-ui on differents system
:&lt;/p&gt;
&lt;p&gt;php (extra work) : On &quot;oscommerce&quot; manager and all 'action' are
passed in hidden field name 'action'.&lt;br&gt;
java (real job) : It's the same think but on a very big
application.&lt;/p&gt;
&lt;p&gt;For my extra work i can wait but for my real job this problem
have a real cost (in money).&lt;/p&gt;
&lt;p&gt;It's an IE bug or a Mootools bug (for IE) ?&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-19T14:26:52+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>new</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-19T14:26:57+01:00</updated-at>
      <user-id type="integer">55784</user-id>
      <user-name>grazius</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name>Christoph Pojer</assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">21539</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>This is a known bug in Internet Explorer, therefor we cannot fix it :( The solution is not to use fields with a name like &quot;action&quot;, &quot;method&quot; or other properties.</body>
      <body-html>&lt;div&gt;&lt;p&gt;This is a known bug in Internet Explorer, therefor we cannot fix
it :( The solution is not to use fields with a name like &quot;action&quot;,
&quot;method&quot; or other properties.&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2009-06-19T18:43:37+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- 
:state: new
</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>invalid</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-19T18:43:42+01:00</updated-at>
      <user-id type="integer">21539</user-id>
      <user-name>Christoph Pojer</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name>Christoph Pojer</assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">21539</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>No!!

Zilence in fact this can be fixed. It is a IE bug but can be fixed.

@@@ javascript
Element.Properties.send = {
	set: function(options){
		var send = this.retrieve('send');
		if (send) send.cancel();
		return this.eliminate('send').store('send:options', $extend({
			data: this, link: 'cancel', method: this.get('method') || 'post', url: this.getAttributeNode('action').nodeValue
		}, options));
	},
@@@

The difference now is that instead of using this.get('action') you should use:

@@@ javascript
this.getAttributeNode('action').nodeValue
@@@

I dont know if its better to use this fix on the getProperty function or directly on the send property.

This works crossbrowser. Please set as open!! (or another better state)</body>
      <body-html>&lt;div&gt;&lt;p&gt;No!!&lt;/p&gt;
&lt;p&gt;Zilence in fact this can be fixed. It is a IE bug but can be
fixed.&lt;/p&gt;
&lt;pre&gt;
&lt;code class=&quot;javascript&quot;&gt;Element.Properties.send = {
    set: function(options){
        var send = this.retrieve('send');
        if (send) send.cancel();
        return this.eliminate('send').store('send:options', $extend({
            data: this, link: 'cancel', method: this.get('method') || 'post', url: this.getAttributeNode('action').nodeValue
        }, options));
    },&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;The difference now is that instead of using this.get('action')
you should use:&lt;/p&gt;
&lt;pre&gt;
&lt;code class=
&quot;javascript&quot;&gt;this.getAttributeNode('action').nodeValue&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;I dont know if its better to use this fix on the getProperty
function or directly on the send property.&lt;/p&gt;
&lt;p&gt;This works crossbrowser. Please set as open!! (or another better
state)&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2009-06-20T03:45:08+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>invalid</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-20T03:45:13+01:00</updated-at>
      <user-id type="integer">30920</user-id>
      <user-name>F&#225;bio M. Costa</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name>Christoph Pojer</assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">21539</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>That is very interesting. We are going to consider it for inclusion in MooTools 2.0</body>
      <body-html>&lt;div&gt;&lt;p&gt;That is very interesting. We are going to consider it for
inclusion in MooTools 2.0&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2009-06-20T09:16:30+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>invalid</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-20T09:16:34+01:00</updated-at>
      <user-id type="integer">21539</user-id>
      <user-name>Christoph Pojer</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name>Christoph Pojer</assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">21539</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body></body>
      <body-html></body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-21T19:14:55+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- 
:state: invalid
</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>open</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-21T19:14:57+01:00</updated-at>
      <user-id type="integer">28080</user-id>
      <user-name>Sebastian Markb&#229;ge</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name>Christoph Pojer</assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer">21539</assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>Thanks that work fine now under IE.</body>
      <body-html>&lt;div&gt;&lt;p&gt;Thanks that work fine now under IE.&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-06-22T21:04:57+01:00</created-at>
      <creator-id type="integer">55784</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer">1634</milestone-id>
      <number type="integer">691</number>
      <permalink>very-strange-bug-on-form-submit-under-ie7</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">2706</project-id>
      <state>open</state>
      <tag>1.2.2 form hidden input</tag>
      <title>very strange bug on form submit under IE7</title>
      <updated-at type="datetime">2009-06-22T21:04:59+01:00</updated-at>
      <user-id type="integer">55784</user-id>
      <user-name>grazius</user-name>
      <creator-name>grazius</creator-name>
      <assigned-user-name>Christoph Pojer</assigned-user-name>
      <url>http://mootools.lighthouseapp.com/projects/2706/tickets/691</url>
      <milestone-title>2.0</milestone-title>
    </version>
  </versions>
</ticket>
