Bug 47747

Summary: Make the find indicator window fade out when requested
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Anders Carlsson
Reported 2010-10-15 15:51:26 PDT
Make the find indicator window fade out when requested
Attachments
Patch (7.16 KB, patch)
2010-10-15 16:27 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-10-15 16:27:29 PDT
Darin Adler
Comment 2 2010-10-15 16:32:38 PDT
Comment on attachment 70915 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70915&action=review > WebKit2/UIProcess/API/mac/FindIndicatorWindow.mm:181 > - m_findIndicatorWindow.clear(); > + m_findIndicatorWindow = 0; Please use clear(). It will be a compilation error to use 0 when we turn off the “loose” option.
Anders Carlsson
Comment 3 2010-10-15 16:33:25 PDT
Note You need to log in before you can comment on or make changes to this bug.