Project

General

Profile

Actions

Bug #19268

closed

content within fieldset/legend tags uneditable using Internet Explorer

Added by Chris Boerger about 16 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-08-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)

Actions

Also available in: Atom PDF