php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26152 Search Feature does not work in Mozilla 1.5
Submitted: 2003-11-06 12:15 UTC Modified: 2003-12-30 12:23 UTC
Votes:2
Avg. Score:3.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: mike at t3enterprises dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: 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: mike at t3enterprises dot com
New email:
PHP Version: OS:

 

 [2003-11-06 12:15 UTC] mike at t3enterprises dot com
Description:
------------
I tried using the auto complete function in Mozilla 1.5 with my RedHat 9 Linux box.  No popup came up, as well as no auto complete happened.  Is there something I am doing wrong??

I put in the following into the search box:

"spl "
(without quotes)

From what was said about it, it should have brought up the drop_down menu, or the auto complete.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-06 12:17 UTC] didou@php.net
Where did you test it ? (url)
 [2003-11-06 12:36 UTC] mike at t3enterprises dot com
I clicked on the link, and it sent me to us2.php.net
 [2003-11-06 12:38 UTC] mike at t3enterprises dot com
I have checked both us2 and us3 with the same result.
 [2003-11-06 12:40 UTC] didou@php.net
so you're on php.net/search.php

can you copy/past the output of the Javascript console ? (hit javascript: in your location bar)


 [2003-11-06 12:47 UTC] mike at t3enterprises dot com
So far, I have not been able to get to just php.net, I am now being redirected to us4.php.net

Is this the issue?
 [2003-11-06 12:49 UTC] didou@php.net
No, it's not.

you can fix your mirror from this page : http://www.php.net/my.php

Please do the copy/paste stuff that I've asked you for ;)
 [2003-11-06 12:52 UTC] mike at t3enterprises dot com
Ok, Here is what I have for Javascript:

Error: adsWin[b] has no properties
Source File: http://ar.atwola.com/file/adsPopup2.js
Line: 56
 [2003-11-06 12:57 UTC] mike at t3enterprises dot com
Ok, I tried it again, and I think my prior Javascript error was incorrect.  I think it was for a different site.  However, I am not getting and Javascript errors at all.  It is almost as if the Javascript that would need to be there for this kind of function is not present on this mirror (us4.php.net).
 [2003-11-06 13:55 UTC] curtis dot summers at emich dot edu
I have a similar experience with Mozilla 1.5 on Windows and IE 6.0 on Windows.  Nothing happens and no messages appear in the javascript console.

Can someone tell me which javascript file is supposed to be doing this.  I don't think it is being included.
 [2003-11-07 08:37 UTC] goba@php.net
Everythings is in the search.php output. The code is included in the bottom.... The file is /functions.js
 [2003-11-07 13:04 UTC] mike at t3enterprises dot com
Ok, I have reviewed the HTML code that gets displayed.  How does the input box throw the event that it has been updated?  Apparently, it does not have an onChange event associated to it.  I think that this is what is causing the problem.
 [2003-11-07 13:14 UTC] goba@php.net
The box has these events associations, as you can see in our code:
Fa.onkeypress=FU;
Fa.onfocus=FFe;
Fa.onblur=FFd;
Fa.onkeydown=FX;
Fa.onkeyup=FY;
 [2003-11-07 17:57 UTC] GPHemsley at users dot sourceforge dot net
I'm having the same problem (as is seems many are). I'm using Mozilla 1.5 on Windows XP Professional. There are two errors that are listed in Javascript: many times. I don't know if they are from the php.net website, but I will list them below.

1)
Error: this.data[row] has no properties
Source File: chrome://navigator/content/pageInfo.js
Line: 81

2)
Error: uncaught exception: Permission denied to get property Window.sf

Also, maybe it would help if you included the script file ABOVE the text entry field? Currently, you have it just above the footer, as seen on us3.php.net:

 <div id="thismirror">
  <a href="/mirror.php">This mirror</a> generously provided by:
  <a href="http://www.themoes.org/">Jeff Moe</a><br />

  Last updated: Sat Nov  8 10:12:15 2003 MST
 </div>
</div>
<script src="/functions.js" type="text/javascript"></script>

</body>
</html>
 [2003-12-30 12:23 UTC] goba@php.net
Since none of the errors included in this bug report are related to the PHP website, and others can use the autocomplete with Mozilla 1.5 (including myself: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031021), there is nothing here to fix... We need better information to know at least what to look for... Please reopen this bug, if you can provide more information.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 17:01:29 2024 UTC