Skip to:
https://github.com/movabletype/movabletype/pull/2671 より。 6.5.0 が出ているので更新しておきたい。6.5.0自体には特に注目すべき変更はなさそうだが、6.4.0 に以下のような修正が入っている。
Templates are now be parsed before preview and insertion to make preview consistent with inserted template content and prevent XSS. #TINY-9244
@Chieko Matsuo ありがとうございます。問題なくてよかったです。PRはマージしました。
@Kenichi Ishigaki すみません、キャッシュでした!その他、前回の確認内容についても再度確認しましたが、問題ないようでした。
@Chieko Matsuo
あれれ、手元の Edge (バージョン 114.0.1823.58 (公式ビルド) (64 ビット)) で試してみた限りでは画像URLから正しく画像に変換されていますが…
ブラウザキャッシュをクリアしても再現しますか?
あと、コピー&ペーストした画像URLが正しく画像の拡張子で終わっているかも確認した方がよいかも。クエリストリングがついている場合、あと SVG 画像の場合はだめでした。
@Kenichi Ishigaki 前者の、画像URLコピペの件、Windows版 の Edgeで再現しました。Chrome や FFでは再現しないことを確認しています。(Macでは未確認です)
@Ryota Masuko ありがとうございます。
@Chieko Matsuo https://github.com/movabletype/movabletype/pull/2688 で再度 TinyMCE6 の更新をしました。以下の TinyMCE 側の修正を取り込んでいます。それ以外の点では問題ないはずですが、念のため軽くご確認おねがいします。
Fixed a regression where pasting an image url would result in the url being inserted as plain text instead of the image being inserted.
It was not possible to press space to insert a space character inside a summary element on Firefox.
https://github.com/movabletype/movabletype/pull/2671 より。 6.5.0 が出ているので更新しておきたい。6.5.0自体には特に注目すべき変更はなさそうだが、6.4.0 に以下のような修正が入っている。
Templates are now be parsed before preview and insertion to make preview consistent with inserted template content and prevent XSS. #TINY-9244