Opened 11 years ago
Closed 11 years ago
#10798 closed Bug (duplicate)
[IE] Radio selected parameter not added correctly
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description (last modified by )
since: 3.6.6.1 (didn't check earlier) until master
checked only on IE10, but this issue might be also present in other IE versions
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- use "Radio Button" button from toolbar
- set Name to "foo"
- check "Selected" option checkbox
- confirm by clicking "OK"
- check source
Expected result:
Following source code: <p><input name="foo" type="radio" checked="checked" /></p>
Current result:
Code without checked attribute: <p><input name="foo" type="radio" /></p>
additional info:
- it seems that removing attribute works correctly, because if you put expected source code and you'll go to edit dialog - option is properly preselected, and attribute is being removed if you will uncheck "Selected" option checkbox and update it
- some internal properties might be stored correctly, because proper image representation (in editor content) is picked (depending if you chose it to be selected or not)
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
DUP of #8175.