Bug 13904 - REGRESSION: Search fields with a results popup do not always draw the popup arrow
Summary: REGRESSION: Search fields with a results popup do not always draw the popup a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: data:text/html,<input type="search" r...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-05-29 00:10 PDT by mitz
Modified: 2007-05-29 14:47 PDT (History)
0 users

See Also:


Attachments
Control the drawing of the arrow by setting and resetting the search menu template (41.79 KB, patch)
2007-05-29 00:11 PDT, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.