#1155 closed defect (fixed)
Editor2 htmltoggle
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
htmltoggle must be exited (ie return to WYSIWYG) before submitting a form - or changes made in HTML view will be lost (tested in firefox)
Change History (5)
comment:1 Changed 15 years ago by
Owner: | changed from bill to liucougar |
---|
comment:2 Changed 15 years ago by
severity: | normal → major |
---|
comment:3 Changed 15 years ago by
Status: | new → assigned |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Here's my fix for this problem (goes straight after connect for htmltoggleClick in Editor2.js): dojo.event.connect("before", this, "getEditorContent",
}));
I've signed & submitted CLA to Alex. Liu, please contact me as I'm making substantial improvements to Editor2 and don't want us to duplicate effort. -=Bruce Webster.