Update of /sources/public/validator/htdocs/scripts In directory hutz:/tmp/cvs-serv24378/scripts Modified Files: w3c-validator.js Log Message: tentative fixes by Valerio Proietti for options toggling issues with some browsers Index: w3c-validator.js =================================================================== RCS file: /sources/public/validator/htdocs/scripts/w3c-validator.js,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- w3c-validator.js 14 Jun 2007 19:40:24 -0000 1.3 +++ w3c-validator.js 15 Jun 2007 15:47:23 -0000 1.4 @@ -125,7 +125,7 @@ if (j == i){ if (block) return; W3C.Sections[j].setStyles({'opacity': sudden ? 1 : 0, 'display': 'block'}); - if (!sudden) W3C.SectionFx[j].start(0.999999); + if (!sudden) W3C.SectionFx[j].start(1); if (W3C.WithOptions) W3C.OptionsFx[j].show().fireEvent('onComplete'); else W3C.OptionsFx[j].hide(); } else { @@ -151,4 +151,4 @@ }; -window.addEvent('domready', W3C.start); \ No newline at end of file +window.addEvent('domready', W3C.start);Received on Friday, 15 June 2007 15:47:28 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 26 April 2012 12:54:58 GMT