Side navigation
#9168 closed bug (wontfix)
Opened May 07, 2011 06:20PM UTC
Closed May 07, 2011 07:08PM UTC
:submit selector should match inputs with type="image"
Reported by: | homm86@gmail.com | 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.
Attachments (0)
Change History (1)
Changed May 07, 2011 07:08PM UTC by comment:1
component: | unfiled → selector |
---|---|
resolution: | → wontfix |
status: | new → closed |
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/