Bug 24800

Summary: Problems with Find and Enter/Return key (was Alert beep only plays once if Find returns no results)
Product: WebKit Reporter: nobody <a4list>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Major    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description nobody 2009-03-25 09:07:33 PDT
When using Find to search for text on a webpage, there is a standard system alert beep sound played if there are no results found.

However, there is a new bug. 

Now, the beep will play the first time Find returns no results, but the sound will not be played if the user initiates Find Again for the same text.

The beep sound should be played each time.


For example:


1. "Find" text which is not on webpage. Beep sound plays.
2. "Find Again" same text. No beep sound does not play.

The beep sound should play every time text is not found.



r41944
Comment 1 nobody 2009-03-30 08:14:11 PDT
r42075 

There is a problem with Find: hitting Enter/Return key does not work, after the first time Find is used.

command-G for Find Again works OK and plays beep correctly.

Example:

1. Enter text to find (that is known to not exist on webpage) in the Find field on webpage. 
2. Hit Enter/Return key. Beep sounds to indicate nothing is found.
3. Hit Enter/Return key again. Nothing happens. 
4. Hit command-G. Beep sounds.

This is not a problem with beep sounding (as originally reported).

This is a problem with Find and user interface, involving Enter/Return key
Comment 2 nobody 2009-04-02 11:04:24 PDT
problem still exists ( r42142 )