Bug 12241

Summary: FCKeditor: "Save" button doesn't update the hidden field before posting
Product: WebKit Reporter: webkit
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: PC   
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:31:37 PST
Simply load the editor and make some changes in the text.

The changes will not be posted when using the "Save" button in the toolbar. It works using the form submit button instead.

The Save button calls form.submit() on the form where the editor is placed in. So, theoretically, a simple call to form.submit() from outside the editor will give the same results.
Comment 1 webkit 2007-09-22 03:21:53 PDT
I'm not able to reproduce it anymore. Closing it.