Opened 15 years ago
Closed 14 years ago
#6336 closed Bug (fixed)
IE: Input type="submit" submits the form when clicking the button
Reported by: | Johan Hansson | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description
How to:
- Create a form
- Create a button with type submit
- Click the submit-button (double-click to open the button dialog)
The submit occurs when clicking the button. So double-click will open the button dialog but the form will submit inside CK.
Tested and confirmed on CK 3.3 and CK 3.4.1 (on the demo page)
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Changed 14 years ago by
Attachment: | 6336.patch added |
---|
comment:2 Changed 14 years ago by
Owner: | set to Alfonso Martínez de Lizarrondo |
---|---|
Status: | confirmed → review |
comment:3 Changed 14 years ago by
Milestone: | → CKEditor 3.5.1 |
---|
As a side result, all the content typed by the user is lost.
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with #6287
Proposed patch