Opened 15 years ago
Closed 14 years ago
#2965 closed enhancement (fixed)
[validate] 'cancel' form with image submit.
Reported by: | wtgee | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The 'cancel' feature currently doesn't work if using an image type input. Since the image type is primarily used for form submission it seems like it should be included.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | image_cancel.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 1.4. All inputs and buttons with a class cancel can be used to skip validation.
Note: See
TracTickets for help on using
tickets.
Patch to add image type submit to 'cancel' feature.