php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26511 last item in the new autocomplete popup search list does not show
Submitted: 2003-12-03 14:27 UTC Modified: 2003-12-30 12:12 UTC
From: alon at mysmallhome dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: windowsXP
Private report: No CVE-ID: None
 [2003-12-03 14:27 UTC] alon at mysmallhome dot com
Description:
------------
I have played a bit with the search code, and found that it won't show the last item in the list. I am not sure if it is my doing, or not, but I think it happens in the original one as well.

I know that my example code is not compressed, but that should not make a difference.

Reproduce code:
---------------
var cpd='alon,chow,chris,chriss,da,db,dennis';

Expected result:
----------------
Show all items when hitting "d"

namely:

da
db
dennis 



Actual result:
--------------
when typing "d", it shows only da and db, but not dennis. If you add more items before "dennis" they show up, but dennis never does.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-30 12:12 UTC] goba@php.net
The last items in our current function list are:

zip_entry_read
zip_open
zip_read
zlib_get_coding_type

Try to enter "z" in the search box, and you will see these as the last items... I cannot reproduce this problem. Please reopen if you can reproduce the problem, and please provide more information then (browser version).
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 18:00:01 2026 UTC