<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,8 +33,8 @@ end %&gt;
 &lt;h2&gt;&lt;label for=&quot;tag_list&quot;&gt;Tags (separate with commas)&lt;/label&gt;&lt;/h2&gt;
 &lt;%= text_field_tag &quot;tag_list&quot;, @tag_list_text, :size =&gt; 30, :tabindex =&gt; 6 %&gt; 
 &lt;h2&gt;&lt;label for=&quot;todo_due&quot;&gt;Due&lt;/label&gt;&lt;/h2&gt;
-&lt;%= date_select(&quot;todo&quot;, &quot;due&quot;, :order =&gt; [:day, :month, :year],
-                    :start_year =&gt; this_year, :include_blank =&gt; true) %&gt;
+&lt;%= date_select(&quot;todo&quot;, &quot;due&quot;, {:order =&gt; [:day, :month, :year],
+                    :start_year =&gt; this_year, :include_blank =&gt; true}, :tabindex =&gt; 7) %&gt;
 &lt;h2&gt;&lt;label for=&quot;todo_show_from&quot;&gt;Show from&lt;/label&gt;&lt;/h2&gt;
-&lt;%= date_select(&quot;todo&quot;, &quot;show_from&quot;, :order =&gt; [:day, :month, :year], 
-                    :start_year =&gt; this_year, :include_blank =&gt; true) %&gt;
+&lt;%= date_select(&quot;todo&quot;, &quot;show_from&quot;, {:order =&gt; [:day, :month, :year], 
+                    :start_year =&gt; this_year, :include_blank =&gt; true}, :tabindex =&gt; 8) %&gt;</diff>
      <filename>app/views/todos/_edit_mobile.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;% form_tag formatted_todos_path(:m), :method =&gt; :post do %&gt;
   &lt;%= render :partial =&gt; 'edit_mobile' %&gt;
-  &lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;Create&quot; tabindex=&quot;6&quot; accesskey=&quot;#&quot; /&gt;&lt;/p&gt;
+  &lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;Create&quot; tabindex=&quot;12&quot; accesskey=&quot;#&quot; /&gt;&lt;/p&gt;
 &lt;% end -%&gt;
 &lt;%= link_to &quot;Back&quot;, @return_path %&gt;
\ No newline at end of file</diff>
      <filename>app/views/todos/new.m.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f21908a2a0bf349dee694ba971b23a7d5f7e9984</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/793f43ef07b823b274aed578ec63b2b4c761d337</url>
  <id>793f43ef07b823b274aed578ec63b2b4c761d337</id>
  <committed-date>2008-11-09T02:15:49-08:00</committed-date>
  <authored-date>2008-11-09T02:15:49-08:00</authored-date>
  <message>fix #789 by setting tab order for all elements in mobile edit form

I do not have an iPhone to test so I cannot check the report. Please report if the fix is wrong</message>
  <tree>76342db305c39634587e2496146d44fc3bed207a</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
