Andrew Nicols
744e1dbaea
MDL-76734 editor_tiny: Listen to TinyMCE submit events
...
jQuery submit events do not trigger the native submit event, and
therefore the TinyMCE submit listener is not called. This means that the
tinymce.triggerSave() function is not called, and the editor content is
not saved.
To work around this, if there is a form for the Node that the editor is
attached to, the jQuery submit event is listened to and the save event
called.
Unfortunately it is not possible to use a global jQuery submit listener
added to the document to save all editors on the page.
In some cases, this is too late because the bubbling process means that
a child node consumer may attempt to consume the data before the
delegated handler is called for the document.
2022-12-21 13:03:14 +08:00
..
2022-06-08 18:18:47 +02:00
2022-07-13 08:20:54 +05:30
2022-12-08 08:10:44 +08:00
2022-12-01 08:59:07 +03:00
2022-12-02 09:55:45 +00:00
2022-11-29 13:31:25 +03:00
2022-12-06 10:38:12 +03:00
2022-12-13 20:31:35 +08:00
2022-08-26 16:34:20 +02:00
2022-12-01 08:59:05 +03:00
2021-10-26 17:19:11 +02:00
2022-12-21 13:03:14 +08:00
2022-01-10 10:36:23 +01:00
2022-01-14 16:18:39 +01:00
2022-08-26 16:34:20 +02:00
2022-11-10 13:19:38 +01:00
2022-11-28 16:12:32 +01:00
2022-02-01 18:10:36 +01:00
2022-12-01 08:59:05 +03:00
2022-08-26 16:34:20 +02:00
2021-12-19 12:22:14 +01:00
2022-12-01 16:07:57 +01:00
2022-10-05 13:55:56 +08:00
2022-10-14 13:33:41 +08:00
2022-12-01 08:59:05 +03:00
2022-10-24 16:10:11 +02:00
2022-09-27 12:19:41 +01:00
2022-10-13 15:17:52 +08:00
2022-11-23 09:45:23 +08:00
2022-10-03 10:10:06 +11:00
2022-11-28 16:12:32 +01:00
2022-10-20 09:32:47 +11:00
2021-12-09 16:11:14 +02:00
2022-10-12 11:27:12 +08:00
2022-11-04 13:38:23 +01:00
2022-10-14 17:22:38 +11:00
2022-08-26 16:34:20 +02:00
2022-11-16 17:02:42 +01:00
2022-10-20 22:01:15 +01:00
2021-10-27 06:24:55 +02:00
2022-10-05 13:55:56 +08:00
2022-02-01 18:10:36 +01:00
2022-09-19 10:50:02 +10:00
2022-10-28 14:09:38 +02:00
2022-12-02 11:55:54 +03:00
2022-11-04 16:51:20 +01:00
2022-12-07 12:51:37 +01:00
2022-11-17 07:03:22 +01:00
2022-12-02 14:58:28 +08:00
2022-12-06 23:19:37 +08:00
2021-12-17 14:21:02 +01:00
2021-12-21 09:24:00 +08:00
2021-12-09 14:19:33 +02:00
2022-12-01 08:59:06 +03:00
2022-11-08 18:05:51 +07:00
2022-09-30 10:02:54 +08:00
2022-10-17 19:19:36 +11:00
2022-11-08 16:49:18 +01:00
2022-08-19 18:38:59 +10:00
2021-10-28 17:43:49 +02:00
2022-06-08 15:40:44 +01:00
2022-12-06 08:24:46 +01:00
2022-07-13 08:20:54 +05:30
2022-02-03 19:14:28 +08:00
2022-06-22 10:33:25 +10:00
2022-10-31 14:18:31 +13:00
2022-07-13 08:20:54 +05:30
2022-07-19 14:13:36 +08:00
2022-07-13 08:20:54 +05:30
2022-12-14 09:57:12 +01:00
2022-12-05 11:29:09 +01:00
2021-11-16 10:31:42 +08:00
2021-11-23 16:15:08 +01:00
2022-11-11 12:53:24 +08:00
2022-03-31 16:49:03 +01:00
2022-04-29 13:31:55 +01:00
2022-04-29 13:31:55 +01:00
2022-07-13 08:20:54 +05:30
2022-07-13 08:20:54 +05:30
2022-11-10 12:42:14 +01:00
2022-02-08 12:05:31 +08:00
2021-10-26 17:19:11 +02:00
2022-10-11 11:09:51 +02:00
2022-07-13 08:20:54 +05:30
2022-01-27 15:22:15 +01:00
2022-10-20 11:31:33 +01:00
2022-11-28 16:12:32 +01:00
2022-05-10 13:17:06 +01:00
2022-10-10 16:46:13 +02:00
2022-11-21 11:41:12 +01:00
2022-10-25 16:35:58 +02:00
2022-11-24 16:40:46 +08:00
2022-10-31 18:58:06 +08:00
2022-02-11 12:01:26 +08:00
2022-10-21 22:32:12 +01:00
2021-12-13 09:49:35 +08:00
2022-07-14 11:11:54 +10:00
2022-02-08 12:05:31 +08:00
2022-11-28 16:12:32 +01:00
2022-11-28 16:12:32 +01:00
2022-07-13 08:20:54 +05:30
2022-11-15 16:24:52 +08:00
2022-12-05 12:44:23 +01:00
2022-10-07 16:15:51 +11:00
2022-11-28 16:12:32 +01:00
2022-12-01 08:59:05 +03:00
2022-12-01 08:59:05 +03:00
2022-11-14 17:36:55 +03:00
2021-10-17 21:52:05 +07:00
2022-11-28 16:12:32 +01:00
2022-12-07 22:41:07 +08:00
2022-10-10 16:46:13 +02:00