php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64662 Unnecessary autocomplete for a captcha field
Submitted: 2013-04-17 19:29 UTC Modified: 2013-06-05 17:15 UTC
From: vdeepakkumar at msn dot com Assigned: danbrown (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vdeepakkumar at msn dot com
New email:
PHP Version: OS:

 

 [2013-04-17 19:29 UTC] vdeepakkumar at msn dot com
Description:
------------
I observed a weird issue in PHP bug reporting page 
https://bugs.php.net/report.php.

The 'Solve the Problem' textbox seems to be having autocomplete enabled. Because 
the question is random, the answer is too. Hence autocomplete is irrelevant. You 
can put a autocomplete="off" for this textbox.

Expected result:
----------------
Autocomplete need not appear for this textbox rather this page. 

Actual result:
--------------
Unnecessary autocomplete is happening for the captcha field. 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-04-19 10:09 UTC] phpmpan at mpan dot pl
I'm not experiencing the issue. Please tell what browser are you using.
 [2013-04-19 20:30 UTC] vdeepakkumar at msn dot com
Google Chrome	26.0.1410.64 (Official Build 193017) m
OS	Windows 
WebKit	537.31 (@147513)
JavaScript	V8 3.16.14.11
Flash	11.7.700.179
User Agent	Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, 
like Gecko) Chrome/26.0.1410.64 Safari/537.31
 [2013-06-05 17:15 UTC] danbrown@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: danbrown
 [2013-06-05 17:15 UTC] danbrown@php.net
Fixed.  The autocomplete attribute had been erroneously placed in the <td> tag as 
opposed to the <input> tag.

Thanks for your report.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 21:00:01 2025 UTC