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
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: alon at mysmallhome dot com
New email:
PHP Version: OS:

 

 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 15:01:31 2024 UTC