php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26378 Autocomplete doesn't work under my IE5.0
Submitted: 2003-11-24 02:53 UTC Modified: 2004-01-06 20:53 UTC
From: andrey at itime dot ru Assigned: goba (profile)
Status: No Feedback Package: Website problem
PHP Version: Irrelevant OS: Win2K sp 2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-11-24 02:53 UTC] andrey at itime dot ru
Description:
------------
That was an error: (i haven't original message, but only translation) Object not support this method or property.

Line: 2. 
Code with error: 
>  case '(':
>    Fr.push(Fh(Fr)+Fe);
     ^^^^ probably here.
>    Fe="";
>    break;

OS: Win2k SP2, IE:5.00.3315

And after this, autocomplete doesn't work absolutly. (as would be expected... :))


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-24 08:02 UTC] goba@php.net
Well, you are right. MSDN informs us that push is only available in IE5.5+. Now it would be nice if someone would be able to point out an alternative method, or we need to add some checks, and this autocomplete will not work in IEs older then 5.5 (will not print out JS errors either).
 [2003-11-24 08:19 UTC] didou@php.net
what about :

Fr[Fr.length] = Fh(Fr)+Fe;

 [2003-12-01 03:14 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.


 [2003-12-01 03:16 UTC] goba@php.net
Uhm, this would be better a todo item for this feature... => assigned.
 [2003-12-30 12:07 UTC] goba@php.net
I have just added the new function list JS code, which now uses push()- and pop()-free code, so it might be correct for IE5... There still might be errors in IE5, so a test is needed. Please report if it works 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: Fri Mar 29 05:01:28 2024 UTC