[Webkit-unassigned] [Bug 30607] New: Input type="search" recent searches is clobbered when there are 2 or more fields in a doc with the same autosave attribute value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 16:47:28 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30607

           Summary: Input type="search" recent searches is clobbered when
                    there are 2 or more fields in a doc with the same
                    autosave attribute value
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gaddis at apple.com


Created an attachment (id=41535)
 --> (https://bugs.webkit.org/attachment.cgi?id=41535)
Simple php file that recreates the regression 

In a document with 2 or more identical input type=search fields the "recent
searches" values periodically are clobbered.

I've attached a bare-bones php page to test the concept which basically
recreates the situation we have on store.apple.com. 

How to recreate:
1. Open the attached test_search.php on localhost.
2. Enter "1" in the "Search Form" field and submit via enter key
3. observe "recent searches" for both fields as a list containing "1"
4. Enter "2" in the "Everest Box" field and submit via enter key
5. observe "recent searches" for both fields as it should be a list containing
"1, 2". With a fairly high rate of reproducibility it will just be "2"


Observed Results
The issue is reproducible by alternating submission of the two forms. Its not
always consistent when it happens. The effect has been observed in the latest
nightly of WebKit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list