Project

General

Profile

Actions

Feature #14134

closed

JS Errors in Opera

Added by Thorsten Buss about 20 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2004-05-01
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The Browsercheck ignores Opera, although Opera 7.23 can display, and Hover the images i.e.. Example: TMENU with beforeIMG. If Opera identify as IE JS is running, if Opera identify as Opera nothing happend.

tslib/class.tslib_pagegen.php(645) :
Change FROM:
if ((browserName "Netscape" && browserVer >= 3) || msie4 || browserName"Konqueror" ) {version = "n3";} else {version = "n2";}

TO:
if ((browserName "Netscape" && browserVer >= 3) || msie4 || browserName"Konqueror" || browserName=="Opera") {version = "n3";} else {version = "n2";}

and this is running.
(issue imported from #M47)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #14117: Opera 7 with gmenu_layers & tmenu_layers in FEClosedMathias Schreiber2004-04-28

Actions
Actions #1

Updated by Robert Lemke almost 20 years ago

Anyone willing to cross-check that? I don't have Opera ;-)

Actions #2

Updated by Michael Stucki about 19 years ago

Anybody with Opera, please confirm if that helped...

Actions #3

Updated by Michael Stucki over 18 years ago

Got no feedback but think it should work now. Otherwise, please reopen.

Actions

Also available in: Atom PDF