fregante/GhostText

GhostText cannot detect or edit TinyMCE content

Offen

#311 geöffnet am 19.06.2024

 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (133 Forks)github user discovery
enhancementhelp wantednew site support

Repository-Metriken

Stars
 (3.611 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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