Bug #22159
closedhtmlArea RTE: fields no longer editable after using Clear Formatting in Firefox on Mac
0%
Description
When using Typo3 4.3.1, the HTMLArea RTE popup for clearing HTML / Word formatting causes the rest of the form to be uneditable in Firefox 3.5.x and 3.6 on the Mac. On PC it works fine.
When clicking OK in the Clear Formatting popup, all input fields of tt_news are no longer editable; no cursor is displayed allthough you actually can still select text. I have the feeling the focus isn't put back to the main form.
When cancelling the popup, all is fine, it only appears when the formatting is actually cleared (by pressing OK).
Workaround: after clearing formatting, press the Clear Formatting button again and then cancel. The focus is then returned to the form.
(issue imported from #M13614)
Files
Updated by Ronald Kools over 14 years ago
Platform/OS: Apple Mac OSX
HTMLArea RTE version: 1.8.6
Updated by Stanislas Rolland over 14 years ago
Is there a Javascript error on the JavaScript console when this occurs?
Updated by Ronald Kools over 14 years ago
Nope, no error! At least not in the main screen, I don't know about the popup as it automatically closes... but as far as we could see it using Firebug no error appeared.
Using Firefox 3.6 the main screen loses focus when the popup opens and when you press OK to perform the cleaning it closes again, but the focus doesn't return. Even the address bar stays out of focus and can't be used...
Updated by Stanislas Rolland over 14 years ago
Is this happening only on this dialogue window and not the others?
Is it happeneing when you clean only the currently selected text or when you clean the whole content or in both cases?
Updated by Stanislas Rolland over 14 years ago
This seems analogous to isssue #0013206
Updated by Ronald Kools over 14 years ago
It is happening in both cases.
And you are right, it also happens in the Set Link dialogue window (issue 13206). It feels like the close function could be the culprit...
Updated by Stanislas Rolland over 14 years ago
Well, the close function is also invoked when the cancel button is pressed.
Since I do not have a Mac to test this, please tell me if these are the only two dialogue windows causing the issue.
Updated by Ronald Kools over 14 years ago
We just tested it, but the cancel button does return the focus....
We'll check if there are more dialogue windows where this issue occurs.
Updated by Stanislas Rolland about 14 years ago
Please test the attached patch (applies to TYPO3 4.3).
Updated by Stanislas Rolland about 14 years ago
Anyone to test this patch on Mac with TYPO3 4.3?
Updated by Stanislas Rolland almost 14 years ago
No feedback for a long time. Closinf the issue.