Bug 13904

Summary: REGRESSION: Search fields with a results popup do not always draw the popup arrow
Product: WebKit Reporter: mitz
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Regression
Priority: P1    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,<input type="search" results=0><input type="search" results=1>
Attachments:
Description Flags
Control the drawing of the arrow by setting and resetting the search menu template mjs: review+

Description mitz 2007-05-29 00:10:22 PDT
The little arrow that indicates that the search field has a popup menu is not always drawn. More precisely, once WebKit draws a search field that has a results decoration (magnifying glass without an arrow, used for <input type="search" results="0">), it will never draw the popup arrow again.

In the URL, the second search field should draw the arrow, but it does not.
Comment 1 mitz 2007-05-29 00:11:37 PDT
Created attachment 14767 [details]
Control the drawing of the arrow by setting and resetting the search menu template
Comment 2 Maciej Stachowiak 2007-05-29 01:04:45 PDT
Comment on attachment 14767 [details]
Control the drawing of the arrow by setting and resetting the search menu template

I don't think you meant to include that box-shadow-override test with this, and you seem to be missing the actual test case.
Comment 3 Maciej Stachowiak 2007-05-29 01:10:16 PDT
Comment on attachment 14767 [details]
Control the drawing of the arrow by setting and resetting the search menu template

nevermind, test was right
Comment 4 Sam Weinig 2007-05-29 14:47:29 PDT
Landed in r21865.