Project

General

Profile

Actions

Bug #23337

closed

htmlArea RTE: RTE in Safari misbehaves when styling text with inline style button

Added by Bill Tenny-Brittian almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-08-02
Due date:
% Done:

0%

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

Description

When using the Bold, Italics, or Underline options in the RTE, Safari creates multiple issues.

1. When clicking on one of the styling icons, the textfield loses focus.
2. Once text is stylized and the styling icon is clicked to toggle off, the textfield loses focus.
3. Ultimately, when multiple lines of styled text are added, the user cannot advance to the next line to continue

I have included a video demonstrating the issue.

(issue imported from #M15329)


Files

RTE Issue.mov (2.78 MB) RTE Issue.mov Administrator Admin, 2010-08-02 18:34
rtehtmlarea_bugfix_15329_trunk.patch (943 Bytes) rtehtmlarea_bugfix_15329_trunk.patch Administrator Admin, 2010-08-28 18:26

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23618: htmlArea RTE: Erratic behaviour of toolbar in some browsersClosedStanislas Rolland2010-09-26

Actions
Actions #1

Updated by Stanislas Rolland over 13 years ago

Thanks for the video!

The problem exists also in Google Chrome.

The issue arises, in WebKit browsers, due to the click event handling. I could not determine whether this is a WebKit feature or an ExtJS bug.

Changing the button click event to mousedown for WebKit browsers fixes the issue. This fixes this misbehaviour which may have affected other toggle buttons such as the list buttons.

Thus, the attached patch should fix the issue. Will also apply correctly to branch TYPO3_4-4.

Actions #2

Updated by Stanislas Rolland over 13 years ago

Please confirm that the attached patch fixes the issue.

Actions #3

Updated by Stanislas Rolland over 13 years ago

Any feedback?

Actions #4

Updated by Stanislas Rolland over 13 years ago

Please test patch attached to issue #15818.

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF