Actions
Bug #17836
closedNot editable text block using IE and CSS width-Definition
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2007-11-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
I'm including an css file the following way:
RTE.default {
contentCSS = EXT: extension_key/styles/screen.css
}
The CSS file contains the following code:
p {
width: 470px;
}
After inserting an paragraph in RTE and saving the whole text, I can't edit the text any more. It's like having a text block which you can move around but you can not enter it to edit the text (sometimes it's possible via keyboard).
It happens only in IE (IE6 & IE7) and Typo3 4.1.3 (rtehtmlarea 1.5.4), the problem is that I can't remove the CSS Code cause otherwise I only sea half of the text in RTE using Firefox.
Strange thing.
(issue imported from #M6813)
Actions