fregante/GhostText

GhostText cannot detect or edit TinyMCE content

Open

#311 opened on Jun 19, 2024

 (4 comments) (1 reaction) (0 assignees)JavaScript (133 forks)github user discovery
enhancementhelp wantednew site support

Repository metrics

Stars
 (3,611 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description and repro

Many technologies, including Moodle are adopting TinyMCE as their preferred Rich Text Editor, moving away from other RTE's such as ATTO.

GhostText is unable to detect or interact with content within TinyMCE. My suspicion is twofold:

  1. That the TinyMCE editor loads within an iframe
  2. That the TinyMCE editor itself does not contain a <textarea> element. Rather, it seems to update a hidden textarea field in the parent/lauching doc.

Steps to reproduce:

  1. Visit Basic example | TinyMCE Documentation
  2. Attempt to use GhostText to connect to your preferred IDE (for me, this is SublimeText)

Browser(s) tried

Chrome

Editor(s) tried

SublimeText

Contributor guide