antonmedv / antonmedv/codejar

Google Chrome v147 introduced a newline regression

Aberta
#135 0 comentários 1 reação 0 responsáveis Ver no GitHub
bug documentation
Linguagem predominante
TypeScript
Estrelas
2k
Forks
123
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

It seems like something changed in v147 of chrome. My app which was previously using codejar on a `

` element saw newlines stop working.  After investigation I found that `
` tags were being inserted when pressing return instead of newline characters: `\n`.

I discovered that I could resolve this issue by making the CodeJar container a `

` tag instead of a `
` tag.

This was a surprise to me, so I am reporting it here so other developers can be made aware. Perhaps the CodeJar documentation should add a note that editors must be `

` tags, and that browser behavior with other tags is not supported.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.