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
marler8997
marler8997 commented Apr 12, 2020

It looks like line 57 of src/Makefile on version 0.6 calls perl to do a substitution in src/luaconf.h. However, the README.md doesn't document any dependency on perl.

I found this by using nix to build howl in a "pure" environment with:

# fails with perl: Command not found
nix-shell --pure -p wget pkgconfig gtk3 --run "make"

# adding perl to the list of packages works
nix-
alexplusde
alexplusde commented Aug 8, 2019

Bei der Moduleingabe kann es vorkommen, dass auch kein MBlock erwünscht ist. Dazu habe ich min=0 eingestellt. Es wird dennoch ein MBlock ausgegeben, den ich manuell entfernen kann.

Beim nächsten Editieren wird jedoch wieder ein MBlock angezeigt und abgespeichert, wenn man nicht darauf achtet, diesen wieder von Hand zu löschen.

min=0 sollte standardmäßig das Interface laden ohne mblock, nur m

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.