php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26138 Auto-complete doesn't with space
Submitted: 2003-11-05 06:49 UTC Modified: 2004-01-06 20:53 UTC
Votes:3
Avg. Score:2.7 ± 1.2
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:1 (33.3%)
From: phillip at openmedia dot fr Assigned:
Status: No Feedback Package: Website problem
PHP Version: Irrelevant OS: Gentoo Linux
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: phillip at openmedia dot fr
New email:
PHP Version: OS:

 

 [2003-11-05 06:49 UTC] phillip at openmedia dot fr
Description:
------------
Great feature that works fine with cursor keys, though on my Firebird 6.1 the space doesn't auto-complete (not that I use this feature). Pressing space just inserts a space as usual.

Phillip.

Reproduce code:
---------------
Typing in any letters, and the drop-down box appears

Expected result:
----------------
Pressing space should auto-complete funtion keyword

Actual result:
--------------
The space appears as normal (eg: 'arra ')

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-05 06:56 UTC] didou@php.net
Is there any related error displayed when you type "javascript:" into your location bar ?
 [2003-11-05 07:25 UTC] phillip at openmedia dot fr
No javascript errors occur
 [2003-11-06 00:43 UTC] guspaz at novasearch dot net
IE 6 SP 1

No errors of any sort

Don't see any evidence of an auto-complete. Type "str_repl" or even "str_replac", hit space and you get a space. Hit arrow keys and you move around.

Javascript IS on.
 [2003-11-06 00:45 UTC] guspaz at novasearch dot net
Update to my last post, there doesn't seem to be any javascript attached to this search box:

Search for:
  <input type="text" name="pattern" value="" size="30" />

Page was reached by going to php.net, then in the news post about autocomplete, clicking the link to search page. Address is now "http://ca.php.net/search.php", mirror is EasyDNS.
 [2003-11-06 03:34 UTC] patrick dot allaert at belgacom dot be
I see no javascript is source code (no .js included file, and no <script>...</script>)

I would like to go on:
http://www.php.net/search.php (original page ?)
But i'm always redirected to:
http://be2.php.net/search.php
 [2003-11-06 04:55 UTC] goba@php.net
Every mirror has this JS file. Look into the bottom of the output, there is the JS loaded. So you can see the page before this feature loads... That JS code binds the autocomplete feature to the input field. It is not good practice at all to explicitly bind the JS features with HTML attributes...
 [2003-12-30 12:31 UTC] goba@php.net
Phillip please try with Firebird 0.7 (which I guess you already installed :). Please provide some feedback on whether it works with it or not...
 [2004-01-06 20:53 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC