Bug 12241
Summary: | FCKeditor: "Save" button doesn't update the hidden field before posting | ||
---|---|---|---|
Product: | WebKit | Reporter: | webkit |
Component: | DOM | Assignee: | 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 |
webkit
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
webkit
I'm not able to reproduce it anymore. Closing it.