[dev] Fwd: Horde: class.browser.inc

Jan Schneider jan at horde.org
Fri Jul 4 14:13:58 PDT 2003


Anyone?

Zitat von Chuck Hagenbuch <chuck at horde.org>:

> > ----- Forwarded message from izzysoft at qumran.org -----
>
> > just a little update for the browser detection: Konqueror v3+ supports
> > JavaScript version 1.5 (not 1.1), so the block should read:
> >
> >                 $this->setBrowser('konqueror');
> >                 $this->setQuirk('empty_file_input_value');
> >                 $this->majorVersion = $version[1];
> >
> >                 switch ($this->majorVersion) {
> >                   case 3:
> >                     $this->setFeature('dom');
> > >                    $this->setFeature('javascript', 1.5);
> >                     break;
> > >                  default:
> > >                    $this->setFeature('javascript', 1.1);
> > >                    break;
> >                 }
> >
> > so it's at least correct for the current version. Not sure about the
> > older ones ;) (Marked the changed lines with a ">").
>
> Can one of our Konqueror users confirm/commit this or whatever the
> appropriate
> patch is?
>
> -chuck

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


More information about the dev mailing list