antonmedv / antonmedv/codejar

Google Chrome v147 introduced a newline regression

オープン
#135 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
bug documentation
主要言語
TypeScript
スター
2k
フォーク
123
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。