Opened 12 years ago
Closed 12 years ago
#9168 closed bug (wontfix)
:submit selector should match inputs with type="image"
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | selector | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Inputs with type "image" submits form also.
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
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/