php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26313 New? autocomplete script
Submitted: 2003-11-19 06:26 UTC Modified: 2003-11-19 12:47 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: notfound at notfound dot org Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Any Microsoft with IE5+
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: notfound at notfound dot org
New email:
PHP Version: OS:

 

 [2003-11-19 06:26 UTC] notfound at notfound dot org
Description:
------------
Using Microsoft Internet Explorer 5+ and having set IE forms autocomplete feature to on, both autocomplete systems overlaps as seen on 

http://www.notfound.org/takealook/overlap.png

This could be fixed using autocomplete attribute on form tag or an input(I dont know if it is part of any standard or not) and using value off:

<FORM AUTOCOMPLETE="OFF" ...>/<INPUT AUTOCOMPLETE="OFF" ...>
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/forms/autocomplete_ovr.asp

I know is not a PHP problem what the client does with forms but it would be nice if you can help people like me that use this IE autocomplete feature.


Reproduce code:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-19 06:32 UTC] didou@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

known issue
 [2003-11-19 12:47 UTC] goba@php.net
This is a known issue, and the JS script itself actually tries to turn this feature off. This does not seem to work in all browsers as it seems... I have also checked that page in IE, and the usual autocomplete was disabled for me... The reason we are not using that HTML attribute is that: it is not standard and we would still like to enable the form element to remember items for other searches, so only our autocmoplete will turn off the default autocomplete. I don't know though, why that is not working in some IE versions.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 21:01:29 2024 UTC