Bug #19268
closedcontent within fieldset/legend tags uneditable using Internet Explorer
0%
Description
Content contained within a fieldset (sample below) as entered into the RTE (logged into the backed as admin) is unable to be edited in WYSIWYG mode using Internet Explorer. Both Firefox and Safari are able to edit the content.
Same sample code was tested with tinyMCE in WYSIWYG mode using Internet Explorer with the successful result of the content within the fieldset being editable.
Testing was done with both IE 7 and IE 8 beta 2.
Sample:
<fieldset class="fieldset">
<legend class="legend">Legend</legend>
<p>Some text.</p>
<ol>
<li>list item</li><br />
<li>list item<br />
<ul style="padding-left: 2em;">
<li>list item</li>
<li>list item</li>
</ul>
</li><br />
<li>list item</li>
</ol>
</fieldset>
(issue imported from #M9260)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.2
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.