Opened 13 years ago
Closed 11 years ago
#8580 closed Bug (fixed)
contentEditable is not worked on DIV
Reported by: | mazongquan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.2 |
Keywords: | IE8 IE9 | Cc: | mike@… |
Description
I set contentEditable="false" in a DIV, but still can modify the content inside DIV. <div contentEditable="false">xxx</div> I am not sure whether other has the same problem except DIV, maybe you can try :) Only in IE. My IE version is IE8.
Change History (3)
comment:1 Changed 13 years ago by
Keywords: | IE8 IE9 added; div contentEditable removed |
---|---|
Status: | new → confirmed |
Version: | 3.6.1 → 3.2.2 |
comment:2 Changed 12 years ago by
Cc: | mike@… added |
---|
To reproduce:
xxxx^
. In IE8 whole text gets selected so additional right arrow key press is neededResult: div gets modified.
Bug has been reproducible from CKEditor 3.2.2.