On Fri, Jan 2, 2009 at 7:29 AM, MJ Ray <span dir="ltr">&lt;<a href="mailto:mjr@phonecoop.coop">mjr@phonecoop.coop</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&quot;Owen Leonard&quot; &lt;<a href="mailto:oleonard@myacpl.org">oleonard@myacpl.org</a>&gt; wrote:<br>
&gt; &gt; _2. Saving with the Enter._<br>
&gt;<br>
&gt; I&#39;m not sure this would be a universally accepted change. Would anyone<br>
&gt; else care to give their opinion?<br>
<br>
</div>I&#39;m not sure - isn&#39;t submit-on-enter usual for web apps?</blockquote><div><br>Sorta.&nbsp; It is common for web forms except where:<br><ol><li>textarea input might include line breaks as valid (for example this gmail interface I&#39;m using right now), or</li>
<li>multiple submit buttons allow different options, or<br></li><li>premature submission is particularly undesirable (large edits, generation of content, credit card transactions, etc).<br></li></ol></div></div>Some browsers implement &quot;submit on enter&quot; behavior when focus is in a given form where others do not.&nbsp; I assume the way around this is via YUI and explicitly defined behavior where desired.<br>
<br>--Joe