Opened 15 years ago
Closed 13 years ago
#4873 closed Bug (fixed)
IE: Cannot edit content inside of a div with fixed width
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE | Cc: |
Description
Confirmed in IE8 @ XP/SP3.
Steps to reproduce
- start with the following source:
<div style="width: 200px">test</div>
- switch to wysiwyg mode
- try changing the content of a div
- result: clicking on a div simply brings up the resize handles and typing inside of it is not possible.
Same problem exists in FCKeditor.
From CKEditor 3.2.1 when div is clicked for the second time it is possible to write in it.