Ticket #4721 (closed Bug: fixed)
Checkbox "value" cannot be removed
| Reported by: | fredck | Owned by: | m.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
Change History
comment:2 Changed 3 years ago by m.nguyen
- Status changed from new to assigned
- Owner set to m.nguyen
- Keywords Review? added
comment:3 Changed 3 years ago by garry.yao
- Keywords Review- added; Review? removed
- Doesn't work in IE8 strict mode.
- IE6/7 result in an 'value' with empty value.
Note: See
TracTickets for help on using
tickets.
