php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31629 Suggested Function List No Longer Working?
Submitted: 2005-01-20 20:51 UTC Modified: 2005-02-19 01:00 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: klove at tax dot ok dot gov Assigned: goba (profile)
Status: No Feedback Package: Website problem
PHP Version: Irrelevant OS: Win2K SP4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: klove at tax dot ok dot gov
New email:
PHP Version: OS:

 

 [2005-01-20 20:51 UTC] klove at tax dot ok dot gov
Description:
------------
The "suggest function list" (or "autocomplete function") is no longer displaying on my system.  It worked for about a week and then stopped.

I've tried using IE6 (all patches applied as of 01/19/2005) and Firefox 1.0 and the problem occurs in both.

I do block cookies (by default), but I've tried accepting them also.  Still, no success.

Bug #26165: Autocomplete not working on IE 6.0.2800-Windows XP indicates a similar problem before this very useful feature went live.

I've asked everyone in my group to test it.  They exhibit the same behavior.  We're running in a mixed OS environment (W2K and XP Pro) all at different patch levels.

Just to reiterate, this new feature worked for about a week and then stopped.

Thank you for your time and any assistance you may be able to provide.

Reproduce code:
---------------
Steps to reproduce behavior:

1. Navigate to http://www.php.net/
2. Select "function list" in the drop-down list (default value).
3. In the "search for", type "str".


Expected result:
----------------
A list I can use the arrow keys to navigate or use the space to autocomplete or the mouse to click on.  I would then go to that function in the documentation.

Specifically, I tried "str", "get",  and "mysql".

Actual result:
--------------
No list appears.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-20 21:50 UTC] magnus@php.net
Change to correct category.
 [2005-01-20 22:36 UTC] goba@php.net
Due to some serious performance problems with macosx browsers, it was taken down temporarily, and it is under maintanance. Will be fixed soon.
 [2005-02-02 17:12 UTC] kmsluder at optonline dot net
Well, visiting php.net pages in Firefox is giving me JS errors (Error: FT has no properties (Line 2)).  Can this artifact be removed?
 [2005-02-02 17:49 UTC] goba@php.net
I cannot reproduce this, except search.php there should be no reference to that JS which might cause any error.
 [2005-02-03 04:16 UTC] kmsluder at optonline dot net
What's odd is that I can't reproduce it at home either.  At school, however (using the same browser, Firefox 1.0) I get errors related to a .js file that I stupidly didn't mark down the name of.  I'll see if the problem is still there tomorrow.
 [2005-02-11 10:11 UTC] stephen at newnet dot co dot uk
This bug appears to have been introduced by version 1.15 of "originalafter.js", I think it looks as though the 'funchelper' div (introduced in 1.15) is not being correctly appended to the <BODY> tag.

The error mentioned by "[2 Feb 5:12pm CET] kmsluder at optonline dot net" is caused when the function "fh_Show(what)" is called and it is unable to get a handle on an element with the id 'funchelper'.

I've tried recreating the problem with a local copy of the quickref code on Win2K & XP using both IE6 and Firefox V1, if I roll back to using "originalafter.js" 1.14 it works fine, however, upgrade to "originalafter.js" 1.15 and -as is the case on the website- it does not work.
 [2005-02-11 17:02 UTC] goba@php.net
Well, funny thing is that I just fixed this problem a few hours before I seen your bug update. It will turn out if it works once it goes around to our mirror sites...

http://us2.php.net/search.php already works for me. Let us see if it works for others too. We especially need to ask some Mac users to test, since they reported critical problems with the previous implementation. If they are also OK with this, then we can redeploy it to all php.net pages.
 [2005-02-14 14:16 UTC] chris at stfu-n00b dot net
Goba, it would appear your last update might have broken something bigger.

A screenshot from IE 6.1 on WinXP SP2:

http://www.stfu-n00b.net/chris/php-net-search.jpg

As you can see, the suggested list is displayed at the bottom of the page, after the copyright notices.
 [2005-02-14 17:34 UTC] xs1 at xs0 dot com
Happens to me too on IE, works fine on FireFox..
 [2005-02-19 01:00 UTC] php-mirrors at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 14:01:31 2024 UTC