Ticket Details
Form helper, using <button> tags instead of <input type=button />
RFC Ticket (closed)
###What happened: - Using the Form helper, adding a submit/button to a page, an ```<input>``` tag was generated, with ```type=submit```. ###What was expected: - I would expect a more semantically correct ```<button>``` element to be generated, where as the css selector for styling such element is much simpler (and faster) and works in every known browser. - Also styling a ```<button>``` element is a lot easier and more widely supported in older browsers.
Updates
on 12.02.10
by greut
on 03.15.11
by masom
on 03.16.11
by bgaluszka
(fixed)
on 07.19.11
by nate
- owner was changed to nate
- status was changed to closed
- resolution was changed to fixed