Re: [Phpfreechat-svn] SF.net SVN: phpfreechat: [1129] trunk/data/public/js/pfcprompt.js
Status: Beta
Brought to you by:
kerphi
From: <ste...@gm...> - 2007-08-17 12:29:57
|
Does it means pfc works with IE 5.5 ? I thought prototype js librairy was not compatible with IE 5.5, am I wrong = ? (I don't have IE5.5 to test ...) On 8/17/07, gpi...@us... <gpi...@us...> wrote: > Revision: 1129 > http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=3D1129&= view=3Drev > Author: gpinzone > Date: 2007-08-17 04:59:00 -0700 (Fri, 17 Aug 2007) > > Log Message: > ----------- > IE 5.5 fix needed fixing. > > Modified Paths: > -------------- > trunk/data/public/js/pfcprompt.js > > Modified: trunk/data/public/js/pfcprompt.js > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- trunk/data/public/js/pfcprompt.js 2007-08-16 23:40:18 UTC (rev 1128= ) > +++ trunk/data/public/js/pfcprompt.js 2007-08-17 11:59:00 UTC (rev 1129= ) > @@ -104,7 +104,8 @@ > this.bgbox.style.left =3D pos[0]+'px'; > /* Some older IE browsers (e.g., IE 5.5) need scrollHeight/scrollWid= th. > See: http://www.quirksmode.org/viewport/compatibility.html */ > - if (this.container.scrollHeight > this.container.offsetHeight) > + if (this.container.scrollHeight > this.container.offsetHeight > + || this.container.scrollWidth > this.container.offsetWidth) > { > this.bgbox.style.height =3D this.container.scrollHeight+'px'; > this.bgbox.style.width =3D this.container.scrollWidth+'px'; > > > This was sent by the SourceForge.net collaborative development platform, = the world's largest Open Source development site. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Phpfreechat-svn mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpfreechat-svn > --=20 St=E9phane GULLY http://www.zeitoun.net |