| Eddie At Omegaware Dot Com 2005-02-26, 8:56 pm |
| ID: 31879
User updated by: eddie at omegaware dot com
Reported By: eddie at omegaware dot com
Status: Open
Bug Type: Website problem
Operating System: All
PHP Version: Irrelevant
New Comment:
Is the *original* source to this code available somewhere? (not the
obfuscated version on the web). As I would be glad to take a look over
it and make it work in a wider set of browsers.
Previous Comments:
------------------------------------------------------------------------
[2005-02-26 21:35:39] nlopess@php.net
It doesn't work on MSIE 6 now :)
------------------------------------------------------------------------
[2005-02-26 21:06:10] eddie at omegaware dot com
The function search on http://php.net/search.php now works again,
however it is disabled on all other php.net pages.
------------------------------------------------------------------------
[2005-02-08 01:59:54] eddie at omegaware dot com
Description:
------------
The function list suggestion feature does not work at all.
I've tested IE 6 SP1, mozilla 6, and Firefox 1.0, and all show the same
results, errors in the javascript in functions.js
From the Mozilla/Firefox JS Console
Error: FT has no properties
Source File: http://{mirror}.php.net/functions.js Line: 2
IE shows
Line: 3
Char 1992
Error: Object Required
Code: 0
url: http://{mirror}.php.net/search.php
I would have debugged the JAvascript and sent a patch, but that code is
so obfuscated it's unrecognizable as Javascript.
Reproduce code:
---------------
goto http://php.net/search.php
Type in a array in the search text input.
Expected result:
----------------
A popup list of array* functions
Actual result:
--------------
nothing except for errors logged to javascript console.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=31879&edit=1
|