NEW 30607
Input type="search" recent searches is clobbered when there are 2 or more fields in a doc with the same autosave attribute value
https://bugs.webkit.org/show_bug.cgi?id=30607
Summary Input type="search" recent searches is clobbered when there are 2 or more fie...
Matt Gaddis
Reported 2009-10-20 16:47:28 PDT
Created attachment 41535 [details] 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.
Attachments
Simple php file that recreates the regression (854 bytes, text/php)
2009-10-20 16:47 PDT, Matt Gaddis
no flags
Mark Rowe (bdash)
Comment 1 2009-10-20 18:32:29 PDT
Note You need to log in before you can comment on or make changes to this bug.