Ticket #1372 (closed defect: fixed)
Change Detection Broken in TinyMCE 2.1.1.1 cause Confirm dialogue every time page is edited
| Reported by: | elijahlofgren | Owned by: | aoneil |
|---|---|---|---|
| Priority: | medium | Milestone: | 2.2.0* |
| Component: | CMS - TinyMCE editor | Version: | |
| Severity: | medium effort / impact | Keywords: | |
| Cc: | Hours: |
Description
As I posted on Topic: Change Detection Broken in TinyMCE 2.1.1.1 cause Confirm dialogue every time page is edited
As of r39560 in the gsoc branch, any change to a HtmlEditor? field will cause a confirm dialogue to show whenever new selection is made in the left tree even if the "Save" button has been clicked.
This bug was caused by r38620 which merged in TinyMCE 2.1.1.1 because after doing the following, the bug disappears: svn up cms --revision 38619 && svn up jsparty/ --revision 38619 && svn up sapphire/ --revision 38619
I had originally filed this on the gsoc trac because I thought I may have caused it: TinyMCE 2.1.1.1 Breaks Change Detection (hack workaround attached)
