Opened 15 years ago
Closed 14 years ago
#4680 closed Bug (duplicate)
[IE] Can't edit content of HTML element with width, height or float
Reported by: | Henrik Olsen | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | |
Component: | General | Version: | 3.0.1 |
Keywords: | Cc: |
Description
In IE, it's impossible to edit content if it has an HTML element around it with a width, height or float defined in CSS (such as <div style="width:200px">Content</div>. Tried it out on the demo at http://ckeditor.com/demo (CKEditor 3.0.1 revision 4391) and it didn't work here either.
What happens is that when I click on the content , it just won't place the cursor within the content.
It works fine i FF (of course), but not in IE (tried version IE6 to IE8).
Anybody else having this problem? Is it just me?
I have noticed this problem too - In fckeditor you used to be able to click once for control selection, and then in it again for text selection.
Elements with "hasLayout" seem to suffer this problem.
Scott