Project

General

Profile

Actions

Bug #72597

closed

RTE: Behaviour of Definitiion list in IE

Added by Zsofia Gugan over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2016-01-08
Due date:
% Done:

0%

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

Description

1. Paste a definition list in the RTE.
2. Enter term
3. Press "return"
=> In IE this causes simply a line break, not the jump to entering the definiton.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #67096: Usage of definition list in RTEClosed2015-05-22

Actions
Related to TYPO3 Core - Bug #73130: Internet Explorer 11 does not support to add definitions in RTEClosed2016-02-04

Actions
Actions #1

Updated by Zsofia Gugan over 8 years ago

JS Error in typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements/block-elements.js
Line 967: nodeRange.moveToElementText(parentElement);
=> "moveToElementText" ist not supported.

Actions #2

Updated by Riccardo De Contardi over 8 years ago

The problem is still present in both 6.2.17 and latest master.

Steps to reproduce:

1) Use as code:

<dl>
<dt>Definition Term</dt>
<dd>Definition description 1</dd>
<dd>Definition description 2</dd>
</dl>

2) create a new "text/Text & images" CE
3) RTE > source code > paste the code above.
4) position the mouse the edge of "description 2" and hit Enter

RESULTS:

a) on Chrome, Firefox: a new definition term is entered,and when you hit Enter again, a new definition description is created.

b) on IE (11) it creates a new defintion description, and the console reports the javascript error reported by Zsofia Gugan

Actions #3

Updated by Riccardo De Contardi almost 8 years ago

I've just repeated the test #2 with both 6.2.25 and 7.6.9; IE11

Results: the javascript error still persists, but after hitting enter, a definition description is created.

Actions #4

Updated by Mathias Schreiber over 6 years ago

  • Status changed from New to Closed

HTMLArea is no longer supported by TYPO3.
You can open up new issues here https://github.com/FriendsOfTYPO3/rtehtmlarea.

Cheers
Mathias

Actions

Also available in: Atom PDF