Project

General

Profile

Actions

Bug #17145

closed

incorrect patch / closed issue #17136

Added by alexander onea about 17 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-03-22
Due date:
% Done:

0%

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

Description

unfortunately i cannot add a note to issue #17136 because it's closed.

the patch for issue 5266 is incomplete.

the patch tries to exclude following browser identifier
[code]
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
[/code]
with this line
[code]
HTMLArea.is_wamcom = (HTMLArea.agt.indexOf("wamcom") != -1) || (HTMLArea.is_gecko && HTMLArea.agt.indexOf("1.3") != -1 && HTMLArea.agt.indexOf(".1.3") == -1);
[/code]

this condition will still won't exclude future firefox versions, example:

[code]
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20070309 Firefox/2.0.0.3
[/code]

so the same bug will reappear in about half a year.

(issue imported from #M5279)


Related issues 2 (0 open2 closed)

Is duplicate of TYPO3 Core - Bug #17144: Problem with Rich Text Editor and Firefox 2.0.0.3ClosedOliver Hader2007-03-22

Actions
Is duplicate of TYPO3 Core - Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3ClosedPatrick Broens2007-03-21

Actions
Actions #1

Updated by Michael Stucki about 17 years ago

I've closed this in favour of reopening #5266 again.

Actions

Also available in: Atom PDF