Modify ↓
Ticket #9168 (closed bug: wontfix)
:submit selector should match inputs with type="image"
| Reported by: | homm86@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | selector | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Inputs with type "image" submits form also.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

It may have the same functional behaviour but they are two different elements and combining them "magically" would be incorrect.
This will do the same: http://jsfiddle.net/rwaldron/DTU4c/1/