Bug 12244

Summary: FCKeditor: Find dialog doesn't work
Product: WebKit Reporter: webkit
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.fckeditor.net/nightly/browsers_test.html
Bug Depends on:    
Bug Blocks: 9915    

Description webkit 2007-01-13 02:58:43 PST
When hitting the find button in the find dialog, a JavaScript error is thrown and nothing happens.
Comment 1 David Kilzer (:ddkilzer) 2007-01-13 03:48:58 PST
Confirmed.  Tested with locally-built debug build of WebKit r18824.  JavaScript console message:

Value undefined (result of expression oEditor.FCK.EditorWindow.find) is not object.
http://www.fckeditor.net/nightly/fckeditor/editor/dialog/fck_find.html     Line: 136

Comment 2 David Kilzer (:ddkilzer) 2007-01-13 03:54:21 PST
Steps to reproduce:

1. Open URL:  http://www.fckeditor.net/nightly/browsers_test.html
2. Click Find icon.
3. Type "using".
4. Hit Enter or click Find button.

Comment 3 Justin Garcia 2007-03-08 16:47:08 PST
r20071