Skip to content
#

editing

Here are 159 public repositories matching this topic...

michael
michael commented Feb 13, 2018

For instance in some places we use el.nodeType which in our abstraction returns a string:

...
  getNodeType() {
    switch(this.el.nodeType) {
      case window.Node.TEXT_NODE:
        return "text"
      case window.Node.ELEMENT_NODE:
        return 'element'
      case window.Node.DOCUMENT_NODE:
        return 'document'
      case window.Node.COMMENT_NODE:
        return '
fabiobatalha
fabiobatalha commented Apr 8, 2019

Describe the bug

It is not possible to include new text in the bottom of the document if we have a table in the bottom of it.

Steps To Reproduce

  • Include a table in a document with only one paragraph
  • Try to include a text after the table

Expected behavior

  • It should be possible to click in the bottom of the document and include a text

Screenshots

![bug_texture_1](

bug

Improve this page

Add a description, image, and links to the editing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the editing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.