MODX 3.2.0: Cmd+S does not save resource when TinyMCE/Ace editor is in fullscreen mode

Hi,

I’m using MODX Revolution 3.2.0 with TinyMCE Rich Text Editor and Ace.

In normal resource editing mode, Cmd+S works correctly and saves the resource. The normal Save button also works.

But when I open the editor in fullscreen/full mode, Cmd+S no longer saves the resource. It looks like the fullscreen editor captures the keyboard shortcut and MODX manager does not receive the save command.

Tested:

  • MODX 3.2.0
  • TinyMCE Rich Text Editor 3.1.7-pl
  • Ace editor 1.9.9-pl
  • macOS, Cmd+S
  • Normal mode: works
  • Fullscreen mode: does not work

Expected:
Cmd+S should save the MODX resource even when TinyMCE/Ace is fullscreen.

Question:
Is this a known issue in MODX 3.2.0, TinyMCE RTE, or Ace? Should the editor forward Cmd+S/Ctrl+S to the MODX manager save action?

Thanks.