Bug #38657

RTE 4.7: Incorrect behaviours in IE9 native mode

Added by Stanislas Rolland 11 months ago. Updated 7 months ago.

Status:Resolved Start date:2012-07-05
Priority:Should have Due date:
Assignee:Stanislas Rolland % Done:

100%

Category:rtehtmlarea
Target version:4.7.3
TYPO3 Version:4.7 Complexity:
PHP Version:5.3
Votes: 0

Description

In TYPO3 4.7, the RTE has some incorrect behaviours in IE9 when used in IE9 native mode.

These are mainly related to:
1. the use of IE-specific properties or methods on standard Range object;
2. the use of IE-specific styleFloat property rather than cssFloat.

Associated revisions

Revision d35320b3
Added by Stanislas Rolland 11 months ago

[BUGFIX] RTE 4.7: Incorrect behaviours in IE9 native mode

Problem: In TYPO3 4.7, the RTE has some incorrect behaviours in IE9
when used in IE9 native mode. These are mainly related to:
1. the use of IE-specific properties or methods on standard
Range object;
2. the use of IE-specific styleFloat property rather than cssFloat.
Solution: Use standard properties/methods in those cases.

Change-Id: I171cec69c21a8fe391955151ae4dfd35231b26d1
Releases: 4.7
Resolves: #38657
Reviewed-on: http://review.typo3.org/12617
Reviewed-by: Stanislas Rolland
Tested-by: Stanislas Rolland

History

Updated by Gerrit Code Review 11 months ago

  • Status changed from New to Under Review

Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12617

Updated by Stanislas Rolland 11 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Updated by Gerrit Code Review 10 months ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13192

Updated by Stanislas Rolland 7 months ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF