Opened 15 years ago
Closed 15 years ago
#4721 closed Bug (fixed)
Checkbox "value" cannot be removed
Reported by: | Frederico Caldeira Knabben | Owned by: | Minh Nguyen |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Dialogs | Version: | 3.0.1 |
Keywords: | Confirmed Review+ | Cc: |
Description
- Load the following HTML:
<p><input type="checkbox" value="My Value" /></p>
- With IE, right-click the checkbox and open the properties dialog.
- Delete the value field and confirm the dialog.
- Go to source.
The "value" attribute should disappear, but it's still there, with the original value.
It works well when changing the value instead.
Attachments (2)
Change History (9)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.3 |
---|
Changed 15 years ago by
Attachment: | 4721.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Minh Nguyen |
Status: | new → assigned |
comment:3 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
- Doesn't work in IE8 strict mode.
- IE6/7 result in an 'value' with empty value.
comment:4 Changed 15 years ago by
The common trick we employed to deal with this problem was to recreate the element.
Changed 15 years ago by
Attachment: | 4721_2.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|