chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Buttons in IE #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<button> elements are better than <input type="submit"> because the text on
the button can be i18nized while keeping the value submitted the same.

However, IE does not automatically submit the form when one of these
buttons is clicked.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 28 Nov 2007 at 10:06

GoogleCodeExporter commented 9 years ago
r515: turns out it is as simple as setting the attribute "type" to "submit."  
If by
simple I mean not simple.  Wrote a bunch of IE specific code to trick IE into
submitting the value instead of the inner text of a button.

Original comment by chris.eldredge@gmail.com on 3 Dec 2007 at 7:51