Bug 12244
Summary: | FCKeditor: Find dialog doesn't work | ||
---|---|---|---|
Product: | WebKit | Reporter: | webkit |
Component: | DOM | Assignee: | 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 |
webkit
When hitting the find button in the find dialog, a JavaScript error is thrown and nothing happens.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
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
David Kilzer (:ddkilzer)
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.
Justin Garcia
r20071