Skip to content

Add to HowTo/fix examples: browser translation plugins need to be stopped to prevent messing DOM up #796

@kossebau

Description

@kossebau

There have been strange "step iterator is not a step" asserts reported.
@adityab found that these could come from Chrome translating the text nodes:

So there are two ways to prevent translation
one is the HTML5 translate="no" attribute, and the other is google's class="notranslate"
we need to use both
so much for standards
but that's not all
we also need to prevent dijit dialogs from being translated, and those things could be created on the fly
and exist as children of body, and not just the editor element
  • fix Wodo.TextEditor
  • add note to editor classes (hm, where exactly?)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions