Opened 14 years ago

Closed 14 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

  1. Load the following HTML:
<p><input type="checkbox" value="My Value" /></p>
  1. With IE, right-click the checkbox and open the properties dialog.
  2. Delete the value field and confirm the dialog.
  3. 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)

4721.patch (487 bytes) - added by Minh Nguyen 14 years ago.
4721_2.patch (926 bytes) - added by Minh Nguyen 14 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.2CKEditor 3.3

Changed 14 years ago by Minh Nguyen

Attachment: 4721.patch added

comment:2 Changed 14 years ago by Minh Nguyen

Keywords: Review? added
Owner: set to Minh Nguyen
Status: newassigned

comment:3 Changed 14 years ago by Garry Yao

Keywords: Review- added; Review? removed
  1. Doesn't work in IE8 strict mode.
  2. IE6/7 result in an 'value' with empty value.

comment:4 Changed 14 years ago by Garry Yao

The common trick we employed to deal with this problem was to recreate the element.

Changed 14 years ago by Minh Nguyen

Attachment: 4721_2.patch added

comment:5 Changed 14 years ago by Minh Nguyen

Keywords: Review? added; Review- removed

comment:6 Changed 14 years ago by Garry Yao

Keywords: Review+ added; Review? removed

comment:7 Changed 14 years ago by Minh Nguyen

Resolution: fixed
Status: assignedclosed

Fixed with [5236].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy